This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XSL variable


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]