xsl-list
[Top] [All Lists]

RE: comparing nodes by name

2003-08-05 09:30:37
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(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Stephan Kahnt
Sent: 05 August 2003 16:13
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] 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



<Prev in Thread] Current Thread [Next in Thread>