RE: Testing the number of child elements

Subject: RE: Testing the number of child elements
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 11 Feb 2000 09:13:30 -0000
> > >So, how can I output the raw text &InvisibleTimes;   ?
> 
> the answer is simply 
> 
> &amp;InvisibleTimes;
> 
Oh no it isn't. That will output "&amp;InvisibleTimes;"

Use <xsl:text disable-output-escaping="yes">&amp;InvisibleTimes;</xsl:text>

Mike Kay


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


Current Thread