You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Paul Libbrecht <pa...@activemath.org> on 2008/11/18 09:28:02 UTC

Re: [digester] Error

Shraddha,

please read the net-iquette of this mailing list indicating the sub- 
project you are using. I have now added [digester] in the topic for  
this purpose.

That error is not at all digester-specific: it just means the source  
xml document is non well-formed.

hope it helps

paul


Le 18-nov.-08 à 06:46, Shraddha V Thorat a écrit :

> Caused by: org.xml.sax.SAXParseException: The content of elements  
> must consist of well-formed character data or markup.
>      at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown  
> Source)
>      at org.apache.xerces.jaxp.SAXParserImpl 
> $JAXPSAXParser.parse(Unknown Source)
>      at org.apache.commons.digester.Digester.parse(Digester.java:1765)
>      at  
> org 
> .apache 
> .commons.validator.ValidatorResources.<init>(ValidatorResources.java: 
> 156)
>
> What could be the cause??