I need get the parent node for child node title 50 At the moment I am using only //*[title="50"] How could I get its parent? Result should be the...
  • May 25, 2022
  • 0 Comments
I’m wondering how the XML Schema specification handles these cases: <xsd:element minOccurs="1" name="asdf"/> No maxOccurs given -> Is this the cardinality [1..1]? <xsd:element minOccurs="5" maxOccurs="2" name="asdf"/> I suppose this...
  • May 24, 2022
  • 0 Comments
Trying to select an element based on the value of one of it’s childrens childrens Thinking the following but not working, appreciate any help, thanks ./book[/author/name="John"] or ./book[/author/name text()...
  • May 23, 2022
  • 0 Comments
This question already has answers here: How do I escape ampersands in XML so they are rendered as entities in HTML? (10 answers) Closed last year. I write <string...
  • May 21, 2022
  • 0 Comments
At work we are being asked to create XML files to pass data to another offline application that will then create a second XML file to pass back in...
  • May 21, 2022
  • 0 Comments
I am working with some XML that holds strings like: <node>This is a string</node> Some of the strings that I am passing to the nodes will have characters like...
  • May 20, 2022
  • 0 Comments
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow....
  • May 19, 2022
  • 0 Comments