[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] xpath for array of node names
Subject: RE: [xsl] xpath for array of node names
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 19 Jul 2007 00:01:14 +0100
|
> Because I'm using the PHP5 DOM extension, I assume I'm
> limited to xpath 1.0.
The only data types available in 1.0 are number, string, boolean, and
node-set. There's no data type that's a collection of strings, so the answer
is no.
Michael Kay
http://www.saxonica.com/
|