xsl-list
[Top] [All Lists]

RE: [xsl] Embedding an SSI echo in an XML attribute

2007-05-09 04:46:14
This generates:

<a src='<!-- "fff"  --> '>d</a>

I'd like to preserve the double quotes surrounding the 
attribute. Is this possible?

Saxon doesn't let you choose whether to use single-quotes or double-quotes.
It always uses double-quotes unless the attribute value contains
double-quotes, in which case it uses single-quotes.

Michael Kay
http://www.saxonica.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>
--~--