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

RE: Restrictions on pattern for the match attribute of

Subject: RE: Restrictions on pattern for the match attribute of the xsl:template element
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 6 Feb 2009 10:54:00 -0000
RE:  Restrictions on pattern for the match attribute of
> I have an XML document like this:
>  
> ============================
> <Objects>
> 	<Object>
> 		<PropertyList>
> 			<Property>
> 				<Name>Property1</Name>
> 				<Value>abc</Value>
> 			</Property>
> 		</PropertyList>
> 	</Object>
> 	<Object>
> 		<PropertyList>
> 			<Property>
> 				<Name>Property1</Name>
> 				<Value>xyz</Value>
> 			</Property>
> 		</PropertyList>
> 	</Object>
> </Objects>
> ============================
> 
> and I want to extract all <Object> elements except the ones 
> that have [Name='Property1' and Value='abc'] (there are 
> several such restrictions on Name / Value pairs). I tried the 
> following but the 2nd match pattern is not allowed in XSLT:
> 
> <xsl:template 
> match="/Objects/*/PropertyList/Property[./Name='Property1'
> and ./Value='abc']/../.." priority="1"/>
> 
> 
> How could I achieve this?
> 

match="Object[PropertyList/Property[Name='Property1][Value='abc']]"

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

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.