xsl-list
[Top] [All Lists]

Re: Retaining Entity refrence names in Output

2005-09-29 05:06:21

No, XML entities are expanded by an XML parser, so XSLT never sees the
entity reference it has already been replaced by its replacement text
and the numeric character references have already been replaced by the
referenced characters, before XSLT sees its input tree.

However your definition of combo looks rather starnge (unless it was
mangled by your mailer) with the numeric references double escaped:
& a m p ; # x 2 1 9 9 ;
rather than
& # x 2 1 9 9 ;



David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--