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

  • Home
  • SEARCH
  • 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 7815795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T05:38:01+00:00 2026-06-02T05:38:01+00:00

I have an XML document which contains the following example extract: <p> Some text

  • 0

I have an XML document which contains the following example extract:

<p>
    Some text <GlossaryTermRef href="123">term 1</GlossaryTermRef><GlossaryTermRef href="345">term 2</GlossaryTermRef>.
</p>

I am using XSLT to transform this to XHTML using the following template:

<xsl:template match="GlossaryTermRef">
    <a href="#{@href}" class="glossary">
        <xsl:apply-templates select="node()|text()"/>
    </a>
</xsl:template>

This works quite well, however I need to insert a space between the two GlossaryTermRef elements if they appear next to each other?

Is there a way to detect whether there is either space or text between the current node and the following-sibling? I can’t always insert a space GlossaryTermRef item, as it may be followed by a punctuation mark.

  • 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-02T05:38:04+00:00Added an answer on June 2, 2026 at 5:38 am

    I managed to solve this myself my modifying the template as follows:

    <xsl:template match="GlossaryTermRef">
        <a href="#{@href}" class="glossary">
            <xsl:apply-templates select="node()|text()"/>
        </a>
        <xsl:if test="following-sibling::node()[1][self::GlossaryTermRef]">
            <xsl:text> </xsl:text>
        </xsl:if>
    </xsl:template>
    

    Can anyone suggest a better way, or see any problems with this solution?

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

Sidebar

Related Questions

I have an XML document which contains some invalid characters (é for example). Unfortunalty
I have an XML document which contains nodes like following:- <a class=custom>test</a> <a class=xyz></a>
I have an xml document which consists of a number of the following: -
i have xml file which contains some details i want to pick some value
I have a XML document which contains around 4000 entries of data. The data
I have an xml document that contains some html. <begin-line> <verse-num>6</verse-num>a mixed people<footnote id=f2>
I have an XML document which contains an element that is over 90,000 characters
I have a xml document which has a node that contains a proper name
The scenario is the following. I have a plain text file which contains 2,000,000
I have an XML document which looks something like this: <meadinkent> <record> <comp_div>MENSWEAR</comp_div> <sty_ret_type>ACCESSORIES</sty_ret_type>

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.