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: Context node/Predicates in Expressions


> Is node() allowable in a match pattern? If so, it would 
> follow that the 
> last clause would prevent the root node from matching it.

Yes, node() means child::node(), and matches any node that is the child of
something. Which means any node except a root, attribute, or namespace.

Mike K


 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]