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]
Other format: [Raw text]

RE: extension & Charecter


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


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