Top "Xmlnode" questions

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

Add XmlNode to XmlElement

I get a soap envelope back from a web service with customer data such as name and address etc. The …

c# .net xml xmlnode
Removing CDATA tag from XmlNode

I have an XmlNode which represents the following xml for example: XmlNode xml.innerText = <book> <name>&…

c# xmldocument cdata xmlnode
XSLT function to get xpath to a node

I need a XSLT function which will return me the xpath to the node from which it called. XML <…

xslt xpath xmlnode
Webservice method return XmlDocument, Reference sees a XmlNode

I've faced a problem I can't solve that's why I beg you to help me! I'm working with a WebService …

asp.net web-services xmldocument xmlnode
How to make a copy of a XML node with all their child nodes and values but different name C# .NET

I'm trying to make a copy of a XML node and all their child nodes but different XML parent node …

c# .net xml copy xmlnode
Nodes selection inside HtmlNodeCollection with HTML Agility Pack

I have html structure like that: <div class="class1"> <div class="class2"> <a href="test" …

c# linq xml-parsing html-agility-pack xmlnode
How to load an XmlNode object ignoring undeclared namespaces?

I want to load up an XmlNode without getting an XmlException when an unrecognized namespace is present. The reason is …

c# .net xml xmlnode
xmlnode insertafter secondchild...or third?

I know this may seem like a silly question and I have attempted to check msdn documentation and also search …

c# xml xmlnode css-selectors insertafter
Groovy Node.depthFirst() returning a List of Nodes and Strings?

I'm hoping someone will just point out something obvious that I'm missing here. I feel like I've done this a …

xml groovy xml-parsing xmlnode xmlslurper
How to get tagname of a TEXT_NODE in java's org.w3c.dom.Node

In the documentation for this interface it states that textnodes all return "#text" for their names instead of the actual …

java xml-parsing w3c xmlnode