xsl-list
[Top] [All Lists]

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

2007-03-07 11:53:37
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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--