xsl-list
[Top] [All Lists]

Imbedding a document in an element

2003-01-17 16:07:28
Can 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



<Prev in Thread] Current Thread [Next in Thread>
  • Imbedding a document in an element, Peter Van de Water <=