Tagged Questions
The searching-xml tag has no wiki summary.
4
votes
6answers
2k views
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 ...
2
votes
2answers
839 views
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 ...
1
vote
2answers
376 views
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:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<Research ...
0
votes
2answers
77 views
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 ...
0
votes
0answers
49 views
Which is a more efficient way of mapping one XML file to another? Two options
Here is an example of the input data, with the number of characters prefixing the '.' being close to the real scenario, and likewise for the number of characters appended to the '.' The length of the ...
0
votes
1answer
320 views
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 ...