This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Finding if a node exists


This may by off topic, but you could simply create a DOM object say domXML
and then use the getElementsByTagName("NODENAME") method to see if it
returns a result.  Of course, this isn't using a template, you'll have to do
it programmatically.

Manny Hellstern

-----Original Message-----
From: Robin Samways [mailto:rsamways@conceptinc.ca]
Sent: Tuesday, March 12, 2002 9:54 AM
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] Finding if a node exists


Hi all,

How could I check an entire xml document for the existence of one
particular node, before determining to do something with its contained
information (if any)?

Thanks..
Robin..

 Robin Samways, Web Applications Developer
 Concept Interactive Inc.
 405 Riverview Dr. Chatham, ON, N7M 5J5
 www.conceptinc.ca
 t | 519.436.0303 ext. 230
 f | 519.436.1738


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]