Re: [Htmlparser-user] XML parsing and NULL children
Brought to you by:
derrickoswald
From: Derrick O. <der...@gm...> - 2010-12-15 18:44:01
|
If you want these tags to contain children you have to do more work and make them into composite tags: see http://htmlparser.sourceforge.net/faq.html#composite On Wed, Dec 15, 2010 at 11:58 AM, Francesco Fontana < fra...@gm...> wrote: > 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 > > > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > _______________________________________________ > Htmlparser-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > |