Questions tagged [xmlnode]

XML document unit (element, entity, attribute, text, comment, notation, even document or it's fragment).

XML document unit (element, entity, attribute, text, comment, notation, even document or it's fragment). XML node types

486 questions
-1
votes
2 answers

XmlDocument parse using Node ID in C#

How to parse through XML file using a node Id. I want to get to 0.8988 node of USD/EUR 0.8988 5/27/2016
aadi1295
  • 982
  • 3
  • 19
  • 47
-1
votes
3 answers

Pull specific xml tag in a xml file using XmlDocument

I have an xml file, what I am trying to do is to parse the complete file and search for a specific xml tag (in my case I am searching for queryString) and when the tag is encountered pull out the inner text corresponding to it. I am using…
Jilna
  • 190
  • 1
  • 13
-1
votes
2 answers
-1
votes
1 answer

Changing a test XML response into a Bean response Java

I am working on this test class and trying to change the response expected to a bean response as I have changed the requests to bean requests. private void assertXmlResponse(Document xmlResponse, int Elements, String Message, String…
Tim
  • 23
  • 3
-1
votes
2 answers

Reading XML short notation value with PHP

How do I get the value 1 with PHP and SimpleXML out of the following xml file? data.xml test.php $file = 'data.xml'; $xml =…
PhilG
  • 161
  • 2
  • 10
-1
votes
1 answer

How to remove a node in XML using JAVA

The XML file I use is like this, pay attention that there are 4 'target' tag.
diCoder
  • 181
  • 2
  • 3
  • 14
-1
votes
2 answers

C# How to i store website list in xmlnode

I am trying to store website contents in XmlNode. my website structure is Site1 List1 Folder1 Folder2 a] file1 b] file2 Folder3 List2 Site2 List1 List2 Site3 ............... Site4 ......................... So how do i store…
Royson
  • 2,851
  • 13
  • 36
  • 50
-1
votes
1 answer

Arrange child nodes using java

I have following Three different Nodes Hierarchy (data): 1) Root FirstChild leaf 2) Root SecondChild leaf 3) Root ThirdChild LeafRoot leaf Result i want as below in One tree : Root …
Butani Vijay
  • 4,181
  • 2
  • 29
  • 61
-1
votes
1 answer

Get child nodes from Pointer in java

We need to get the child nodes of an node in the xml for which we have the Pointer. Can anyone please help as how to get the Node object of the node to which the Pointer is pointing? Any help is highly appreciated.
Saran
  • 213
  • 2
  • 5
  • 13
-1
votes
1 answer

how to merge two nodes having "the same father", the same method and the same id=0 (using XSLT)?

I need to merge the two nodes street as they have the same: father node: city NEW YORK same method: modify same id: 0 Attributes values must be merged (See the output file at the end of this post) Here is the input file:
laurentngu
  • 357
  • 2
  • 13
-1
votes
1 answer

how to merge two nodes having "the same father" and having a precise "method" sequence (using XSLT)?

I need to merge the two nodes MANHATTAN: because our system rule is the following: "CREATE A + MODIFY A" is still a "CREATE A with the merged attributes" input file:
laurentngu
  • 357
  • 2
  • 13
-1
votes
1 answer

XMLNodes being appended to an XMLNode are "undefined"? Actionscript 2.0 is being unkind

If anyone can offer an explanation for this one, I'd LOVE to see it! I was required to append a legacy application to display 20 random questions from an XML data source, as opposed to the total of 70 questions that are part of the original XML. No…
-1
votes
1 answer

Add text to a XML node in F#

This is my XML: what I want to do is:
Frank Lioty
  • 949
  • 3
  • 10
  • 17
-2
votes
1 answer

How can I get an xmlnode from xmlnodereader

I'm reading the icecat sheets as one giant xml document (1.7g) and i'm using xmlnodereader. How do I read it node by node. I know, normally, you wouldn't do this but the structure looks like ...
Arian
  • 325
  • 1
  • 15
-2
votes
2 answers

How to read data from an xml?

I am using a web service which returns the following xml. in c # and I made the connection and returns an object of type XmlNode I need to extract these values ​​primarily TIME_PERIOD = "2010" OBS_VALUE = " 4796580 " I would appreciate help me This…
gonzalezZ
  • 21
  • 3
1 2 3
32
33