Re: [xsl] Checking for nodes in other nodes

Subject: Re: [xsl] Checking for nodes in other nodes
From: Bruce D'Arcus <bdarcus@xxxxxxxxx>
Date: Tue, 7 Jun 2005 12:04:23 -0400
On Jun 7, 2005, at 11:29 AM, Simon, Jb wrote:

What I need to be able to determine is if an enumerated type is used in
more than one equipment. (The XSL is used to generate C code, and each
equipment is generated to a different file. If the type is used in
multiple pieces of equipment then it should be generated to a
"common_types.h" file, if it is only used by ne piece of equipment then
it should be generated in that equipment's file)

I'm not sure I'm right here, but I wonder if you could use a key to index all the Equipment nodes by DateType, and then somehow use that to know when you have your condition met?


Bruce

Current Thread