xsl-list
[Top] [All Lists]

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

2007-05-09 02:32:23
George Cristian Bina wrote:
Hi,

That is not anymore an XML attribute as what you generate as output is not XML. The simplest thing is to switch to text output method and generate what you want:

or to switch to XSLT 2.0 and use xsl:character-maps (but 2.0 may or may not be an option, of course) and still use the XML capabilities for the rest of your document.

Cheers,
-- Abel


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