xsl-list
[Top] [All Lists]

RE: [xsl] Content of Script element getting wrapped by CDATA

2008-10-23 05:34:59
Is there any workaround for 1.0?

Can I use * for element and @* for attribute?


Yes, and you can replace

<xsl:apply-templates select="a,b"/>

by

<xsl:apply-templates select="a"/>
<xsl:apply-templates select="b"/>

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--