Your stylesheet is a well-formed XML document so you can't never have
something like an incomplete tag e.g.
<a href="javascript:void(0)"
Yes, I understand, which is why I didn't know how to process the
parameters.
in there, instead you would have e.g.
<a href="javascript:void(0)">
and then inside of that you could create further attributes with
xsl:attribute e.g.
I think the xsl:attribute will work perfectly, thanks Martin and Abel.
--Jason
--~------------------------------------------------------------------
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>
--~--