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 3987054
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T06:05:17+00:00 2026-05-20T06:05:17+00:00

Could someone help me decrypt this xpath expression? <xsl:template match=n1:table/@* | n1:thead/@* | n1:tfoot/@*

  • 0

Could someone help me decrypt this xpath expression?

<xsl:template match="n1:table/@* | 
                     n1:thead/@* | 
                     n1:tfoot/@* | 
                     n1:tbody/@* | 
                     n1:colgroup/@* | 
                     n1:col/@* | 
                     n1:tr/@* | 
                     n1:th/@* | 
                     n1:td/@*">

I believe it’s somewhere around:

Select all attributes from n1:table element AND all attributes from n1:thead element AND all attributes from n1:tfoot … etc.

I’m really not sure though.

Was reading this to get understand the xpath:
http://www.w3schools.com/xpath/xpath_syntax.asp

Care to give me a hint?

Thx.

  • 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-05-20T06:05:18+00:00Added an answer on May 20, 2026 at 6:05 am

    You’ve basically got it right. The | is the XPath’ union set operator:

    From http://www.w3.org/TR/xpath/#node-sets

    The | operator computes the union of
    its operands, which must be node-sets

    But in patterns, from http://www.w3.org/TR/xslt#patterns

    In a pattern, | indicates
    alternatives; a pattern with one or
    more | separated alternatives matches
    if any one of the alternative matches.

    So the template matches for any attributes of table, thead, tbody, etc in the namespace referenced by n1 relative to the current context node.

    You’ll also need to account for the presence of a namespace in your source document using something like the following:

    <xsl:stylesheet 
         version="1.0" 
         xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
         xmlns:n1="uri:something">
    

    More on namespaces in XSLT templates:

    http://radio-weblogs.com/0118231/stories/2006/10/03/xslt10PatternMatchingTipsForSourceDocumentsWithNamespaces.html

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

Sidebar

Related Questions

could someone help me on this problem, i want to access facebook API through
could someone help me with the regex pattern that i could use to match
Could someone help me on this, I have created simple web services using axis2
Could someone please help explain why I can't get this to work? I properly
I hope someone could help me on this. I want to add a month
Could someone help me to convert this rule for nginx? RewriteRule ^([^/]*)/([^/]*)/?$ index.php?a=$1&b=$2 [L,NC]
Could someone help me with building the following query. I have a table called
Could someone help me explain this? I have two snippets of code, one works
Could someone help me with this issue. I'm trying to figure out how to
Could someone help explain this code to me? .text:00401270 ; int __cdecl main(int argc,const

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.