Re: [Htmlparser-user] XML parsing and NULL children
Brought to you by:
derrickoswald
From: Francesco F. <fra...@gm...> - 2010-12-15 10:58:40
|
Thank you for the answer, I've tried, but nothing happens.. The program finds all the right Nodes (with upper and with lower case), but everyone has node.getChildren()==NULL... > Try upper case tag names. > NodeFilter singleFieldFilter=new TagNameFilter("FIELD"); > NodeFilter multipleFieldFilter=new TagNameFilter("FIELD_LIST"); Thanks a lot, any more suggestion? Francesco |