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

Subject: RE: [xsl] Content of Script element getting wrapped by CDATA
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 23 Oct 2008 10:34:24 +0100
> 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/

Current Thread