xsl-list
[Top] [All Lists]

Re: [xsl] Confused about entities

2006-03-14 07:28:51
Thanks for the quick reply! I'm currently outputting as XML and it
should only be the last stage in the chain that outputs as XHTML. The
issue seems to be that the input includes declared entities that
nothing on the later part of the chain understands. Therefore I want
the unicode entity instead so   rather than   for example.
Should the stylesheet automatically do this? Is there some way I can
force a text() catch in the template to convert the characters for me?

If you are outtputting as XML where are the  's coming from?

Are you writing them out manually in the stylesheet - as is in  ?

--~------------------------------------------------------------------
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>
--~--