Re: XSL variable

Subject: Re: XSL variable
From: robin@xxxxxxxxxxx
Date: Thu, 10 Aug 2000 16:58:18 +0100
On Thu, Aug 10, 2000 at 03:44:27PM +0200, Søren Neigaard wrote:
> I have tryed a new approach to my old unanswerd problem, by creating a
> variable, bot I get the error: Attribute name "card" must be followed by the
> '=' character. Why? As I se it, "card" isent a part of xsl, so it shouldent
> complain about it.

The stylesheet still has to be well-formed XML though...

>         <card id="{$v1}" title"{$v2}">

That isn't XML.
Do you mean

	<card id="{$v1}" title="{$v2}">

?

 .robin.

-- 
Straw? No, too stupid a fad! I put soot on warts.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread