You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Haneef Ali <ha...@rgellx30.rgv.hp.com> on 2001/02/24 00:01:13 UTC

Name space and getElementsByTagName

hi,

 I have the following xml

  <Envelope/>

I created a document  and 

  doc.getElementsByTagName("Envelope")    is working but

  doc.getElementsByTagNameNS("*","Envelope") is not working

Will some one let me know what is  wrong here.

Thanks
Haneef