Re: [xsl] String concatenation inside open tag

Subject: Re: [xsl] String concatenation inside open tag
From: Jason Solan <jsolan@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 27 Feb 2007 09:45:33 -0500
> 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

Current Thread