Some links that helped me with XML processing
Posted by jpluimers on 2017/06/29
XML processing never gets easy. So here are some links that helped me:
- .NET: Schema Validation using XPathNavigator
- Source: c# – How to get the XPath (or Node) for the location of an XML schema validation failure? – Stack Overflow
- Source: xpath – xmllint, bash and mixing single and double qoutes – Stack Overflow
- Source: Get Node value from a XML using xmllint – Unix & Linux Stack Exchange
- Source: xmllint – Native shell command set to extract node value from XML – Stack Overflow
- Source: xml – pattern using xmllint command-line – Stack Overflow
- Source: How to get xpath and data value from xml schema validation c# – Stack Overflow
–jeroen
Leave a Reply