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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:48:51+00:00 2026-06-02T17:48:51+00:00

I want to get the node : //script[starts-with(text(). ‘\r\nvar name’)] but it seems xpath

  • 0

I want to get the node :

//script[starts-with(text(). ‘\r\nvar name’)]

but it seems xpath does not recognize \r\n escape characters. Any ideas how to match them?

Note: I am using html agility pack

  • 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-02T17:48:53+00:00Added an answer on June 2, 2026 at 5:48 pm

    Use:

    //script[starts-with(., '
var name')]
    

    Most often XML is normalized by the XML parser and there is only a single NL character left — therefore, if the above expression doesn’t select the wanted script elements, try with:

    //script[starts-with(., '
var name')]
    

    Or, this would work in both cases:

    //script
        [(starts-with(., '
') or starts-with(., '
'))
       and
        starts-with(substring-after(., '
'), 'var name')
        ]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

<noscript><div id=example>I want to get this innerHTML</div></noscript> <script type=text/javascript> alert($('example').innerHTML);</script> This javascript snippet just
I am using HTMLAgilityPack in my application, and i want to get the item(node)
My question is, that how can I get the node in witch I want
I want to get myself into programming some serious GUI based applications, but when
I want to get print out invoice but also wanna set margins and page
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js type=text/javascript></script> <script> $.get(http://example.com/, function(data) { alert(data); }); </script> it does an OPTIONS
I want to get some node (for example, schools, kindergartens) from Planet.osm (http://wiki.openstreetmap.org/wiki/Planet.osm), the
I have a node.js script on my server that I want to run continuously
I want get the time used for a case so I can create an
I want get all of the Geom objects that are related to a certain

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.