You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Rafael Gonzalez <ra...@yahoo.com> on 2004/04/01 23:37:13 UTC

SAXParseException

I upgraded an old version of xerces (from 1.4.3 to
2.6.2) and I started having problems when I parse the
same xml ( org.xml.sax.SAXParseException: Content is
not allowed in trailing section.)

I understand why I get the exception, there are 2
extra control characters after the closing document
tag which represents the end of data (data is coming
from a legacy system thru a socket). What I don't
understand is why it was working with the old version
of xerces and it fails in the latest version.

At this moment I don't have the flexibility of
changing the communication protocol. I have fixed the
problem by filtering out those extra characters after
I receive them from the legacy system. I will like to
know why this problem happens with the latest version
of xerces. I will appreciate any help. Thanks in
advance.


__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org