Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8225401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:24:19+00:00 2026-06-07T15:24:19+00:00

I have an attribute that I match against. It will match 2 XSL templates

  • 0

I have an attribute that I match against. It will match 2 XSL templates but one is more specific than the other. However, unless I put the ‘simpler’ (predicate is less specific) one above the other in the stylesheet it will match the simpler one. From http://www.w3.org/TR/xslt/#conflict and other questions I can see that if it matches 2 templates it will use the most specific and then if they are the same it will match the last one in the stylesheet.

Template 1:

<xsl:template match="@audit[contains($tier,'tier_3')][((starts-with(.,'approve') and contains(.,'CM')) or (contains(.,'ReviewRequested') and not(contains(.,'CM') or contains(.,'BM') or contains(.,'ME'))))]" mode="action">

Template 2:

<xsl:template match="@audit[contains($tier,'tier_3')]" mode="action">

What rule am I unaware of that is causing this to happen?

I change the match to have 1 set of square brackets instead of 2 by changing to:

    <xsl:template match="@audit[contains($tier,'tier_3') and ((starts-with(.,'approve') and contains(.,'CM')) or (contains(.,'ReviewRequested') and not(contains(.,'CM') or contains(.,'BM') or contains(.,'ME'))))]" mode="action">

But the same result.

I know it matches both because if I comment out the simple one, it matches against Template 1.

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T15:24:21+00:00Added an answer on June 7, 2026 at 3:24 pm

    They are all equally specific because they all have the same path @audit and they all have a node test.

    The complexity of the node test itself is not analysed for the purposes of resolution. This is all made quite explicit in the document you linked – did you actually read it?

    If you want a specific order, either order the templates or use the priority attribute on the template rule.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I match all elements that have a specific attribute that is added
I have an xsl:param that I'm trying to use to do a template match
I have an Activity class which has an attribute that references an AsyncTask instance
I have a simple class with an attribute that can contain a list of
In my program I have numerous Entity classes with a Texture2D attribute that are
I try unsuccessful to access from my portlet the session attribute that I have
I've been wondering, suppose I have a model with an attribute that in every
I have a line of code that counts all attribute names that end in
I would like to select all elements that have certain attribute or don't have
I want to select all nodes <cci:p> that do not have an attribute. So,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.