Re: Help with XML Parsing, element with text content contains #text as child

2010-10-13 Thread 12ock
Problem fixed, thanks a lot Thomas! On Oct 1, 9:09 am, Thomas Broyer t.bro...@gmail.com wrote: On Oct 1, 12:17 am,12ockchangshu...@gmail.com wrote: Hi, I am writing a generic xml reader using XMLParser, below is a sample xml file i am trying to parse: Employee-Detail      Employee

Help with XML Parsing, element with text content contains #text as child

2010-10-01 Thread 12ock
Hi, I am writing a generic xml reader using XMLParser, below is a sample xml file i am trying to parse: Employee-Detail Employee Emp_IdE-001/Emp_Id /Employee /Employee-Detail And here is the code: public void onSuccess(String xml_) {

Re: Help with XML Parsing, element with text content contains #text as child

2010-10-01 Thread Thomas Broyer
On Oct 1, 12:17 am, 12ock changshu...@gmail.com wrote: Hi, I am writing a generic xml reader using XMLParser, below is a sample xml file i am trying to parse: Employee-Detail      Employee           Emp_IdE-001/Emp_Id      /Employee /Employee-Detail And here is the code: public