[ 
http://issues.apache.org/jira/browse/AXIS2-74?page=comments#action_12316720 ] 

Jayachandra Sekhara Rao Sunkara commented on AXIS2-74:
------------------------------------------------------

Hi all!
On a latest SVN copy I was able to get a success count of 542 initially today. 
The reasons for failures remained pretty much the same ones (incomplete 
validation and processing of DTD, underlying parser problems etc.) except for a 
few extra failures caused because of some recent changes in the way 
serialization of PIs, comments etc. are done. 
The 
writer.writeCharacters("<?"); 
kind of statements are writing out "&lt;" instead of "<" character for PI and 
hence some new errors were introduced. So I modified those files to use 
writer.writeProcessingInstruction() and writer.writeComment() methods.
I'm attaching the patch contaning those changes for community's review. With 
these changes we stand at the earlier saturated count of 575 .

Thank you
Jayachandra

> Full Infoset support in AXIOM
> -----------------------------
>
>          Key: AXIS2-74
>          URL: http://issues.apache.org/jira/browse/AXIS2-74
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Reporter: Davanum Srinivas
>     Assignee: Jayachandra Sekhara Rao Sunkara
>     Priority: Critical
>  Attachments: PInCommentImplModify.patch
>
> Jaya,
> With latest SVN the conformance output is as follows:
> File count is 832
> Parsed count is 774. This is just partial success
> Complete success count is 466
> Can you please spend some time to resolve other problems?
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to