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]

write out '&' instead of '&'


Using Xalan to do xml to xml transformation. Need write out special
characters as entities, e.g. ' as apostrophe. Now the number is a
variable, but '&#<xsl:value-of select="$entityNumber">;' will not work in
xslt. And I don't want to write '&amp;#<xsl:value-of
select="$entityNumber">;'. What will be the way to get around it?

Thanks,
Chris


 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]