Imbedding a document in an element2003-01-17 16:07:28Can anyone think of a general way to produce the following without doing a
double pass?
<xml>
<![CDATA[
<?xml version="1.0" ?>
<test>Hello World</test>
]]>
</xml>
Where <test> has also been generated by xslt
Thanks, Peter
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||