xsl-list
[Top] [All Lists]

Re: [xsl] force apostrophed attribute values

2006-08-29 02:53:27
The XML standard (more technically infoset) does not distinguish
between 'attvalue' form and "attvalue" form for attribute values. The
XSLT serializers obey this rule of XML infoset.

I am afraid, you would need to modify your end application not to
depend on this feature.

On 8/29/06, Frank Marent <frank(_dot_)marent(_at_)emnemics(_dot_)ch> wrote:
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



--
Regards,
Mukul Gandhi

http://gandhimukul.tripod.com

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