[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] Identity and Modified identity transforms
Subject: RE: [xsl] Identity and Modified identity transforms
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 3 Dec 2007 11:15:07 -0000
|
> I don't know of the top of my head what node()[1] would do if
> the currrent node was an attribute...
Attributes don't have children, so child::node()[1] returns an empty
sequence.
Michael Kay
http://www.saxonica.com/
|