[xsl] Manipulating mixed elements

Subject: [xsl] Manipulating mixed elements
From: Patrick Lightbody <plightbo@xxxxxxxxx>
Date: Fri, 19 Jan 2001 12:04:08 -0800
Say I have an XML snipplet:
<text> this is some text, <bold>and this is bold</bold>, and this isn't</text>

How can I use xsl to covert that to:
<font ... >
this is some text, <b>and this is bold</b>, and this isn't
</font>

I have successfully done translations where mixed content isn't the case, but I'd like to know how to do this too. Thanks.

-Pat


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread