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

Re: Ambiguous rule match for

Subject: Re: Ambiguous rule match for
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Thu, 19 Apr 2007 11:49:17 +0530
Re:  Ambiguous rule match for
I sometimes solve this problem by setting priority to the template.

<xsl:template match="text:p[@text:style-name='p_5f_pre']" priority="10">

Setting an arbitrary high priority will make sure, that this template
rule will be selected.

On 4/19/07, Michael B Allen <mba2000@xxxxxxxxxx> wrote:
Hello,

I have an 'ambiguous rule' problem that I'm not sure how to fix.

I have two templates matching rules. One that is fairly elaborate
(what it does is not important):

<xsl:template match="text:p[@text:style-name='p_5f_pre' and not(preceding-sibling::*[1][@text:style-name='p_5f_pre'])]">

and one that is very simple:

<xsl:template match="text:p">

The problem is that both of these templates match the input so it get's
duped in the output.

If I try to add a third template that outputs nothing like:

<xsl:template match="text:p[@text:style-name='p_5f_pre']">

I get 'Ambiguous rule match for' errors.

This seems like an impossible situation. Any ideas as to how I can
dodge this?

I'm using Saxon 8.

Mike

--
Michael B Allen
PHP Active Directory Kerberos SSO
http://www.ioplex.com/


--
Regards,
Mukul Gandhi

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.