I am sorry I am not able to explain it properly. let me try.
The thing I sent the code of the parser I am using. It
basically parses a xml file.the xml file is returned from a
site. The xml file can be fetched using get and post method.
I have to check whether the xml file is well formed or not.
By well formed I mean the braces of the xml file like
<abc> xcvcxv </abc
is not well formed.
If xml file containing this type of error is fetched then
parser should give error of being not well formed. This thing
works good with get method and not with post method. With get
method it validates and give an error of not well formed. In
post it doesn't check the braces.
I hope you would now understand my problem.
vijay
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]