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>

That way it would return the actual HTML results from the <myImage> XSL
template.

Thanks,

- Brent


---------------------------------------------------------------------
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