Questions tagged [searching-xml]

9 questions
15
votes
2 answers

Making usage of Google Chrome's OmniBox [TAB] Feature for/on personal website?

I think the title explains it all but I am going deeper into my question anyway: How can I make use of the Chrome's Omnibox [TAB] feature for my website? As many users requested me to implement that feature on the site, I did research on the…
Faizan S.
  • 8,634
  • 8
  • 34
  • 63
6
votes
6 answers

What is a good way to find a specific value in an XML document using C#?

I'm calling a WebService exposed by Oracle that accepts an input of an ItemID and returns to me the corresponding Item Number. I want to grab the Item Number that has been returned out of the XML contained in the response. The XML looks like…
Mat Nadrofsky
  • 8,289
  • 8
  • 49
  • 73
3
votes
3 answers

SelectSingleNode return null - even with namespace

I know this question has been asked in a similar fashion before, but I can't seem to get this working. I have some xml:
Ryan
  • 3,924
  • 6
  • 46
  • 69
1
vote
2 answers

Search concatenated text in multi XML nodes

I have to do searches in "ordered" xml files where my text to retreive is dispached over several nodes like this.
Hello
Hel
lo dude
H
0
votes
0 answers

I want to install angular ag chart newly and it is showing error in my laptop

your text this is showing error in my terminal in vs-code. npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency…
0
votes
1 answer

Searching Docx files in java

I am writing an application for searching the Content of Documents i have already written the code for searching the documents which are editable by notepad. I also wish to do the same for docx files. After some research i have come up with these…
0
votes
1 answer

How do I search XML files on a .NET Windows Mobile Handheld?

I have a .NET Windows Mobile 5.0 application that is used for data collection. For purposes of this question let's say it's a survey application with two screens - a survey list screen and a survey detail screen. You click on a survey in the survey…
billmaya
  • 1,311
  • 3
  • 15
  • 34
0
votes
1 answer

How can I get ack to return results?

I know there's some text inside a file under $SOURCE/frameworks/base/res/res/values/strings.xml that says "hotspot," but if I am in the source directory and execute ack hotspot, I get "no file or directory." This is my first time trying to navigate…
Taylor Kline
  • 908
  • 3
  • 9
  • 30
-1
votes
1 answer

Parsing through XML in C# and searching for a "FAILED"

I am trying to write a program in C# to parse through an XML file and look through the status of multiple elements to find one that failed. I don't have much experience working with XML but have done some research and am a little stuck. I'll post an…