[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: check for existance of an element in the xml

Subject: Re: check for existance of an element in the xml
From: Jake The Snake Briggs <jakbri@xxxxxxxxxxxxxx>
Date: Wed, 08 Dec 2004 12:15:34 +1300
jake the snake
Michael Kay wrote:

I only want that <script language="JavaScript" src="Shared/Javascript/validate.js"></script> part to appear once in the resulting html iff the xml i am processing has at least one <input..../> element.



Then write


<xsl:if test="//input">
 <script>
   ...
 </script>
</xsl:if>

Michael Kay
http://www.saxonica.com/



Excelent :) Thanks Michael and Marian, that worked a treat. What is the "//" notation called? What does it do?

Jake

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.