xsl-list
[Top] [All Lists]

Re: Checking for nodes in other nodes

2005-06-07 09:04:23

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


--~------------------------------------------------------------------
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>
--~--