Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


[xsl] Restrictions on pattern for the match attribute of the xsl:template element

From: "Bruder, Christian \(Pfaeffikon\)" <cbruder@------------------>
To:
Date: 2/6/2009 10:36:00 AM
XSL processor: Saxon 9.1.0.2N
XSL version: 2

Hi

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">
	<xsl:copy>
		<xsl:apply-templates select="./*"/>
	</xsl:copy>
</xsl:template>

<xsl:template match="/Objects/*/PropertyList/Property[./Name='Property1'
and ./Value='abc']/../.." priority="1"/>

<xsl:template match="/positions/*" priority="0">
	<xsl:copy-of select="."/>
</xsl:template>
============================

How could I achieve this?

Thanks, Christian

**********************************************************************
Please consider the environment before printing this email or its
attachments.
The contents of this email are for the named addressees only.  It contains
information which may be confidential and privileged.  If you are not the
intended recipient, please notify the sender immediately, destroy this email
and any attachments and do not otherwise disclose or use them. Email
transmission is not a secure method of communication and Man Investments
cannot accept responsibility for the completeness or accuracy of this email or
any attachments. Whilst Man Investments makes every effort to keep its network
free from viruses, it does not accept responsibility for any computer virus
which might be transferred by way of this email or any attachments. This email
does not constitute a request, offer, recommendation or solicitation of any
kind to buy, subscribe, sell or redeem any investment instruments or to
perform other such transactions of any kind. Man Investments reserves the
right to monitor, record and retain all electronic communications through its
network to ensure the integrity of its systems, for record keeping and
regulatory purposes.
Visit us at: www.maninvestments.com
TG0908
**********************************************************************


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent