E
eva.mukhija
I need to parse various XMLs in my application. It has a generic
template structure but the prefixes with the same tagname may be
inconsistent... so I cannot give prefix in
getElementsByTagName(<tagname>).. (Am using DOM parser).. I've tried
getElementsByTagName("*",<tagname>) but that too didn't work... is
there any way I can fetch the nodelist
Thanks in advance
template structure but the prefixes with the same tagname may be
inconsistent... so I cannot give prefix in
getElementsByTagName(<tagname>).. (Am using DOM parser).. I've tried
getElementsByTagName("*",<tagname>) but that too didn't work... is
there any way I can fetch the nodelist
Thanks in advance