Azure / usql

U-SQL Examples and Issue Tracking
http://usql.io
MIT License
234 stars 685 forks source link

Adding missing XML Namespace support to XmlApplier #145

Open pmooij opened 6 years ago

pmooij commented 6 years ago

XmlApplier was missing Namespace support. Namespace support for XmlApplier is crucial for for using XPath expressions targeting the non-default namespace.

for this pull request I copied the existing XmlDomExtractor implementation for Namespaces and added this to XmlDomExtractor as well.

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.