Derek Hohls wrote:
I am using the SQLTransformer from Cocoon 2.1.8 to extract data
from text fields in a database.  At present, <tags> are being returned
by the transformer (ie before any downstream alteration) as &lt;tags&gt;
I know XSP has an option to extract data in XML format  see:
http://marc.info/?l=xml-cocoon-users&m=99821370522888&w=2 <http://marc.info/?l=xml-cocoon-users&m=99821370522888&w=2>
but how do I do this with the SQLTransformer?
I don't know if SQLTransformer has this feature.
With Saxon you can add an XSLT-transformation after the SQLTransformer and use saxon:parse() to get to the HTML-elements.

http://www.saxonica.com/documentation/extensions/functions/parse.html

Askild
-

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

Reply via email to