This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Manipulating mixed elements


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]