[xmljs-users] parsing problem
Brought to you by:
djoham,
witchhunter
From: Chandan K. <cha...@bl...> - 2004-01-19 07:26:08
|
Hi, I started using xml for script just yesterday. I seem to be having a problem with parsing xml. If the xml contains a line like this <A attribute1 ='value1' attribute2='value2' /> the parser does not read this in the domimplementation object. I am using the w3cdom implementation. On the other hand, xml like <A></A> works prefectly allright. Please let me know how to get over this problem. Thanks, Chandan |