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

attribute test

Subject: attribute test
From: Spencer Tickner <spencertickner@xxxxxxxxx>
Date: Thu, 15 Sep 2005 10:28:26 -0800
attribute test
Hi guys, thanks in advance for the help

This should be a relatively simple solution but my mind ain't quite
working right today and google isn't being good to me.

I'm looking to test if any elements of a certain type do NOT have an
attribute with a specific value in an entire xml doc. For instance.

<!-- xml doc 1 -->
<Root>
<foo>Hello World</foo>
<foo att="hi">This would output</foo>
</Root>

<!-- xml doc 2 -->
<Root>
<foo att="goodbye>Hello World</foo>
<foo att="hi">This would output</foo>
</Root>

<!-- xml doc 3 -->
<Root>
<foo att="hi">Hello World</foo>
<foo att="hi">This would not output</foo>
</Root>

<!-- Pseudo xsl -->
<xsl:template match="/">
<xsl:if test="<!-- if all the foo elements in the doc only contain the
attribute att with a value of hi, don't output -->">
  <xsl:apply-templates/>
</xsl:if>
</xsl:template>

ok, hope that's enough to illustrate the problem. I appreciate any
help anyone can offer.

Cheers,

Spencer

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.