Hi, I'd like to ask, how to insert XML-valid fragment into generated XML 
document by XSP. I have stored XML fragment (or XHTML or whatever) in the 
database and I'd like to put it into any element in the serverpages. I tried 
<element><esql:get-string column="xml_part"/></element> or use ESQL helper or 
tried to wrote own replacing method, but always is returned text with replaced 
characters (< to &lt;, > to &gt; etc.). 

Another possibility could be maybe use any features of XSL transformation 
(maybe it could be still better), but I didn't found anything.

Or another (similar) question - how to pull out HTML document (it is not XML 
valid) from database and consequently send it correctly to the browser?

Do you have any idea? Thanks a lot!

otmar

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

Reply via email to