[xsl] force apostrophed attribute values

Subject: [xsl] force apostrophed attribute values
From: Frank Marent <frank.marent@xxxxxxxxxxx>
Date: Tue, 29 Aug 2006 11:07:19 +0200
hi.

is there a way in xslt to force the creation of xml files with apostrophed attributes instead of quotation marked values?

not: <Element attribute="value">

but: <Element attribute='value'>

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.

thanks to all
answering

frank

Current Thread