RE: [xsl] String sequence as key match

Subject: RE: [xsl] String sequence as key match
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 22 Mar 2010 15:18:19 -0000
> Yes,
>    use="tokenize(@class, '\s+')"
> should do.
> 

or just use="@class" if your processor is schema-aware and the class
attribute is defined as list-of-NMTOKEN.

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 

Current Thread