RE: [xsl] force apostrophed attribute values

Subject: RE: [xsl] force apostrophed attribute values
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 29 Aug 2006 11:50:21 +0100
> is there a way in xslt to force the creation of xml files 
> with apostrophed attributes instead of quotation marked values?

No.
> 
> the reason why we need apostrophes is that a silly 
> application we're using seems to accept only apostrophed 
> values and quotation marks are causing troubles.

You could try writing your own serializer, or modifying (subclassing) the
serializer that comes with your XSLT processor.

Michael Kay
http://www.saxonica.com/

Current Thread