RE: [xsl] Key to select all same nodes(same @id) except current node

Subject: RE: [xsl] Key to select all same nodes(same @id) except current node
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 7 Mar 2007 18:52:51 -0000
> I need a clarification on child::category. Does it returns 
> all child category elements of current element?

Yes.

> If my structure is
> <category>
>     <list>
>         <category>
>         </category>
>     </list
> </category>
> 
> so will it return inner category element?

Yes, if the current element is "list".

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

Current Thread