Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • Thanks to good input into this domain, I managed to solve this. One way, I stuck with my Dom node. Just added some simple XML parsing to get the dom from string. The other way, I resorted to work with the XML in DOM space (XPATH wise), since it actually saved me some time and context switches. XPATH is actually really good to keep the code complexity down. Commented Mar 14, 2012 at 12:04