XML::LibXML issue finding XML nodes with a namespace
问题 I am writing an XML parser and am having an issue with the program handling a link. I am attempting to parse an XML hierarchy Settings/Setting then findnode 'Value'. The following is an example of the XML: <?xml version='1.0' ?> <Settings xmlns='http://hme.com/Settings.xsd'> <Setting SID="0"> <Name>Store ID</Name> <Value>72</Value> </Setting> <Setting SID="1"> <Name>Deprecated</Name> <Value>0</Value> </Setting> <Setting SID="8"> <Name>Open Store Hours Sunday</Name> <Value>25200</Value> <