RE: Problems in parsing; values not printed on the screen.

2008-01-30 Thread Kanagal, Rahul (NSN - IN/India - MiniMD)
Thanks a lot Alberto. It's working fine now. :) -Original Message- From: ext Alberto Massari [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 7:42 PM To: c-dev@xerces.apache.org Subject: Re: Problems in parsing; values not printed on the screen. Kanagal, Rahul (NSN

Re: Problems in parsing; values not printed on the screen.

2008-01-30 Thread Alberto Massari
parser->parse(*wrapper); with doc = parser->parse(*wrapper); Alberto -Original Message- From: ext Alberto Massari [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 5:10 PM To: c-dev@xerces.apache.org Subject: Re: Problems in parsing; values not printed on the screen. It&

RE: Problems in parsing; values not printed on the screen.

2008-01-30 Thread Kanagal, Rahul (NSN - IN/India - MiniMD)
Hello, The number of elements message is not printed, and there are no non-ASCII characters. -Original Message- From: ext Alberto Massari [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 5:10 PM To: c-dev@xerces.apache.org Subject: Re: Problems in parsing; values not printed

Re: Problems in parsing; values not printed on the screen.

2008-01-30 Thread Alberto Massari
It's hard to say just by looking at this fragment of code. Do you see the total "number of elements=XX" message? How many elements did the code find? Does your fragment contain non-ASCII characters that XMLString::transcode could fail to translate? Alberto Kanagal, Rahul (NSN - IN/India - Min