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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:57:45+00:00 2026-05-13T21:57:45+00:00

In Microsoft SQL Server 2008, when executing .query(‘{xpath}/text()’) on an XML stream column value,

  • 0

In Microsoft SQL Server 2008, when executing .query('{xpath}/text()') on an XML stream column value, if the value of the XPath selected node contains “&“, the return value is “&amp” instead of “&“.

Is this a bug, or am I doing something wrong? Or rather, how do I get the unencoded text, i.e. equivalent of .innerText (per W3C XML DOM), with SQLXML XPath if text() in the XPath query isn’t supposed to do that?

  • 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-13T21:57:45+00:00Added an answer on May 13, 2026 at 9:57 pm

    No bug, SQL XML decodes XML escape sequences correctly:

    declare @x xml;
    set @x = '<node>&amp;some</node>';
    select @x.value(N'(node)[1]', N'varchar(max)');
    

    What most likely is your problem is a misunderstanding on your part of the XML query method: it returns an XML fragment, and as such all content will be… escaped, since it’s XML:

    declare @x xml;
    set @x = '<node>&amp;some</node>';
    select @x.query(N'/node/text()');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Microsoft SQL Server 2008. While generating custom reports, I need to
In my .NET application I am connecting to Microsoft SQL Server 2005 or 2008
In SQL Server 2008 I can attach databases located only in its predefined folder
I have a virtual windows server with SQL Server 2008 R2 Express. for the
I have a SQL query and it fails at times. That means that query
Is it possible to pass parameters to a SQL Server script? I have a
My VS2010 database deploy is failing on my build server, which has SQL Server
Rules (Transact-SQL)[1] are reusable what permitted to overcome the shortcoming of non-re-usability of check
Getting an error running a sample MVC2 site because of DB version errors. I
Subquestioning [2] While copying Resource.mdf [1], I noticed that: 1) It is possible to

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.