You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Alberto Massari <am...@datadirect.com> on 2005/04/01 10:10:46 UTC

Re: Problem with xml files without Carriage Return

Hi Martin,
could you also post the XMLSchema in question?

Thanks,
Alberto

At 11.18 31/03/2005 +0200, Martin Jean-Michel wrote:
>Hello,
>
>We use Xerces C++ to parse xml files.
>When we use files with carriage return between each node, the parser runs 
>correctly, that is to say, it checks the conformity with the xsd schema.
>But if we use files without carriage return between each node,  the parser 
>doesn't make any verification.
>
>Is it possible to resolve this problem by setting a parser's  parameter ?
>If yes, how do we do it ?
>
>for example :
><VILLE>MARSEILLE</VILLE><CODE>13000</CODE>      :  the parser doesn't run 
>correctly
>but :
><VILLE>MARSEILLE</VILLE>
><CODE>13000</CODE>  :  the parser  runs correctly
>
>Thanks !
>
>Jean-Michel and Audrey
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
>For additional commands, e-mail: xerces-c-dev-help@xml.apache.org



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