In a pipeline, I need to store an xml fragment in a column of a relational database (mysql). Esql xsp provides a function to "convert" the content of a column to xml (esql:get-xml), but I can't find the inverse function.
Any suggestion?
If the fragment posesses a useful toString() method just treat it as a varchar or a CLOB. If it doesn't, there are helper classes in org.apache.cocoon.xml
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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
