Re: [xmljs-users] Empty Nodes
Brought to you by:
djoham,
witchhunter
From: David J. <dj...@ya...> - 2004-02-24 17:05:57
|
Hi Thomas, I think you're running into a known issue with the 3.0 parser. I have attached a new version of xmlw3cdom that should fix the problem for you. It's part of the 3.1 release which should come out sometime in late March or Early April. Please let me know if this doesn't fix the problem for you... David --- Thomas Schletter <tho...@gm...> wrote: > Hi > > I tried to parse nodes whitout text-content with the w3cdom-parser, until here > there is no problem. When I try to get these empty nodes (to get the > attributes) i can't access them, these nodes are not in the dom-tree. > > example xml taken from the sample-section and modified: > > <?xml version="1.0"?> > <CONTACTS> > <CONTACT id="4" > > <FIRSTNAME> > Kelly > </FIRSTNAME> > <LASTNAME> > VanMcIntyre > </LASTNAME> > <ADDRESS> > 92535 Highway 6 > </ADDRESS> > <CITY> > Somewhere > </CITY> > <STATE> > AZ > </STATE> > <ZIPCODE id="12345" /> > </CONTACT> > </CONTACTS> > > The Node "ZIPCODE" is not present in the dom-tree. Is there a way to get these > Nodes? > > > MfG Thomas Schletter > > -- > Mail: tho...@gm... > Tel: 0049 371/656 10654 > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > xmljs-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmljs-users __________________________________ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools |