You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Shawn J Ashe <sj...@mediaone.net> on 2000/01/12 02:39:06 UTC

SQL Processor

I have a number of xml documents stored in a database (with embedded markup).

is it possible to use the SQL processor to extract these to insert as elements in the xml document?

So far, it seems that I can extract them, and insert them as text elements. However, the embedded 
markup gets translated (escaped?) so that it can be displayed (ie. &lt; rather than < ).

Any ideas?

Shawn