Subject: RE: comparing nodes by name
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 5 Aug 2003 17:30:37 +0100
|
Munchian grouping allows you to group or deduplicate nodes based on any
function of the nodes, including their name.
Michael Kay
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Stephan Kahnt
> Sent: 05 August 2003 16:13
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: comparing nodes by name
>
>
> Hi,
>
> I do have the following Problem. I need to find all nodes in
> a subtree
> /AAA/BBB that don't have the same name as any name in the
> current context
> /AAA/DDD. In the following example this would result to
> /AAA/BBB/KKK, because
> it's the only node under /AAA/BBB that does not exist under
> /AAA/DDD. The
> problem for me is, that not the nodes or the values of the
> nodes have to be
> compared but the names. Does someone out there know how to do this?
>
> Thanks in advance.
>
> <AAA>
> <BBB>
> <CCC>1</CCC>
> <KKK>2</KKK>
> </BBB>
> <DDD>
> <CCC>2</CCC>
> <EEE>3</EEE>
> </DDD>
> </AAA>
>
> Best regards
>
> Stephan Kahnt
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|