On 16.Aug.2001 -- 11:15 AM, Brent L Johnson wrote:
> Is it possible to process XML that comes from database results?  I'm not
> sure this would be possible or not - but here's an example...
> select Title from MyInfo order by Title;
> 
> The resulting titles could be like:
> The Cocoon Mailing List <myImage name="blah"/>
> 
> Is there some XSLT tag or something that could process that esql results?
> Some like:
> <xsl:process><esql:get-string column="Title"/></xsl:process>

Try
        <esql:get-xml column="Title"/>


        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to