comp.text.xml
[Top] [All Lists]

Re: Problems when trying to keep , after XSL transformation

Subject: Re: Problems when trying to keep , after XSL transformation
From: "Joseph J. Kesselman"
Date: Fri, 11 Jul 2008 09:32:27 -0400
Newsgroups: comp.text.xml


As far as the XML standard is concerned, there is absolutely no difference between &#44; and the comma character. I would suggest fixing whatever tool you're using that cares about this difference... or finding another solution for marking up this distinction, such as <comma>... or just run a postprocessor after the XSL transformation that does a character-replace of all commas with &#44;.

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy