xsl-list
[Top] [All Lists]

Re: [xsl] xml data in a param?

2008-05-01 14:10:14

an xslt stylesheet has to be well formed XML, otherwise it will be
rejected by the XML parser before it is ever passed to the XSLT engine.

XML does not allow the < character in attributes. It does not allow
<?xml _anywhere_ except the first 5 characters in the file.

Since you are using xlst2 you can use

<xsl:param name="sideIDString">
<favs>
<site....
</favs>
</xsl:param>



David

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

<Prev in Thread] Current Thread [Next in Thread>