I have a simple question, but I couldn't find any references to it in
the XSL working draft. How can I transform mixed content using XSL? I
think I remember hearing that Microsoft can't handle it at this point, but
I didn't even see it covered in the working draft.
For example, lets say I have this simple XML snippet:
<foo>This is <bar>mixed</bar> content.</foo>
What would my XSL look like to transform this to:
<P>This is <B>mixed</B> content.</P>
Am I missing something obvious?
Thanks a bunch,
Paul
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|