lovellliu / wikixmlj

Automatically exported from code.google.com/p/wikixmlj
0 stars 0 forks source link

page.getInfoBox() for the SAX parser seems to be defective #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Consider any XML dump (with pages having an infobox) and run the XML Parser.
2. In the callback, print the infobox using getInfoBox() method.
3. The method is always returning null.
4. On printing the output of getText(), it can be observed that infobox is 
getting printed with it.

What is the expected output? What do you see instead?
Expected output is the infobox for each page. "null" is given as output (always)

What version of the product are you using? On what operating system?
I am using r43 on Ubunt

Please provide any additional information below.

Original issue reported on code.google.com by pareshverma007@gmail.com on 20 Jan 2012 at 10:59

GoogleCodeExporter commented 9 years ago
I guess I was wrong. The text had {{cite ... }} and I confused it with infobox.
Sorry for any trouble.

Original comment by pareshverma007@gmail.com on 21 Jan 2012 at 12:15