RE: [xsl] extension & Charecter

Subject: RE: [xsl] extension & Charecter
From: "Oleg Tkachenko" <olegt@xxxxxxxxxxxxx>
Date: Fri, 15 Mar 2002 18:08:00 +0200
Hello Laura!

> <college id="21">
> <type>Music &amp;  Arts </type>
> </college>
> 
> 
> and i am required to generate another custom made xml that will have this
> value of type in the following way
> 
> <univ.college>
> <xsl:value-of select = "/college/type"/>
> </univ.college>
> 
> 
> this results in a output that looks like
> 
> <univ.college>
> Music &  Arts
> </univ.college>

Which xslt processor are you using? Processors obliged to produce wellformed xml hence any conformant xslt processor have output
<univ.college>Music &amp;  Arts </univ.college>

---
Oleg Tkachenko,
Multiconn International, Israel 


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


Current Thread