Closed sekarraj1 closed 7 years ago
may be some xml syntax error.
Give a simplified error case, otherwise I can't check
I have extracted details from XML file based on select and XPATH method in node.js where i have hard coded URL link(from xml file).
is there any other method to get the details without hardcoding the URL link.
const select = xpath.useNamespaces({ 'ITRForm': 'http://incometaxindiaefiling.gov.in/master http://incometaxindiaefiling.gov.in/master' }); assyear[i] = select('//ITRForm:AssessmentYear/text()', doc)[0].nodeValue;
On Sun, Nov 27, 2016 at 7:50 PM, jindw notifications@github.com wrote:
Closed #180 https://github.com/jindw/xmldom/issues/180.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jindw/xmldom/issues/180#event-872857064, or mute the thread https://github.com/notifications/unsubscribe-auth/APfFqVa2Vk8ikuPUXU7Ih9Bl7kTExkOZks5rCZG6gaJpZM4J1fV8 .
[xmldom error] element parse error: TypeError: Cannot read property 'localNSMap' of undefined