You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Shraddha V Thorat <sh...@mastek.com> on 2008/11/18 06:46:47 UTC

Error

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??
MASTEK LTD.
Mastek is in NASSCOM's 'India Top 20' Software Service Exporters List.
In the US, we're called MAJESCOMASTEK

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Opinions expressed in this e-mail are those of the individual and not that of Mastek Limited, unless specifically indicated to that effect. Mastek Limited does not accept any responsibility or liability for it. This e-mail and attachments (if any) transmitted with it are confidential and/or privileged and solely for the use of the intended person or entity to which it is addressed. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. This e-mail and its attachments have been scanned for the presence of computer viruses. It is the responsibility of the recipient to run the virus check on e-mails and attachments before opening them. If you have received this e-mail in error, kindly delete this e-mail from desktop and server.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Re: [digester] Error

Posted by Paul Libbrecht <pa...@activemath.org>.
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??