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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:18:28+00:00 2026-06-14T00:18:28+00:00

I have problems with the Xpath expression test=$roles/roles/role=’HOBSCS1GB’ . Can anyone help in solving.

  • 0

I have problems with the Xpath expression test=”$roles/roles/role=’HOBSCS1GB'” . Can anyone help in solving. Thanks

<?xml version="1.0" encoding="UTF-8"?> 

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> 

  <xsl:template match="/"> 

    <xsl:variable name="roles"> 
  <roles> 
    <role>HOBSCS1ROI</role> 
    <role>HOBSCS1GB</role> 
    <role>HOBSCS1FT</role> 
  </roles> 
    </xsl:variable> 

    <xsl:if test="$roles/roles/role='HOBSCS1GB'">
      <xsl:value-of select="'YES'"/>
    </xsl:if> 

  </xsl:template> 
</xsl:stylesheet>
  • 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-14T00:18:30+00:00Added an answer on June 14, 2026 at 12:18 am

    Assuming you want to find if a the roles element has one or more role elements with text = ‘HOBSCS1GB’: (Works in Saxon)

    <xsl:if test="$roles/roles[role='HOBSCS1GB']">
      <xsl:value-of select="'YES'"/>
    </xsl:if>
    

    Note that certain parsers like Microsoft may require you to tell the parser that $roles is a result tree fragment, by using node-set(), like so: (Works in msxsl)

    <xsl:stylesheet ... xmlns:msxsl="urn:schemas-microsoft-com:xslt" ... />
    
    <xsl:if test="msxsl:node-set($roles)/roles[role='HOBSCS1GB']">
      <xsl:value-of select="'YES'"/>
    </xsl:if>
    

    Or in xsltproc:

    <xsl:stylesheet ... xmlns:exsl="http://exslt.org/common" ... />
    
    <xsl:if test="exsl:node-set($roles)/roles[role='HOBSCS1GB']">
      <xsl:value-of select="'YES'"/>
    </xsl:if>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have problems to get rspec running properly to test validates_inclusion_of my migration looks
I have the following XPath expression: //*[@name='outputFormat']/ows:Value I would like to make it case
So I have some perl code that goes something like: use strict; use XML::XPath;
I have problem with evaluation XPath expression in Windows Script Host using JScript when
I have the following XPath 1.0 expression in MS InfoPath (I will post accompanying
I'm using Perl's XML::XPath package in a small script. I'm pretty sure I have
I would like to have Java generate a '0' in case an XPath expression
I have two problems with the below code that I need help fixing: 1)
I have a problem finding elements in XPath that's contains a certain string ignoring
i have problems with a really basic thing. setting properties after instantiation a UIViewController-

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.