Re: XML parsing and NULL children
Derrick Oswald <[email protected]>
| Newsgroups | gmane.comp.parsers.htmlparser.user |
|---|---|
| Message-ID | <[email protected]> |
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 < [email protected]> 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/htmlparser-user