Re: [PHP] DOMDocument::schemaValidate() -> libxml_get_errors()

2007-04-06 Thread Rob Richards
Tijnema ! wrote: On 4/5/07, Sébastien WENSKE <[EMAIL PROTECTED]> wrote: Yes it's exactly the error, see the output : DOMDocument::schemaValidate() Generated Errors! Error 1871: Element 'EcheanceRMC': This element is not expected. in file:///D%3A/wamp/www/XML%20Validator/xml/Edit4.xml on lin

Re: [PHP] DOMDocument::schemaValidate() -> libxml_get_errors()

2007-04-05 Thread Tijnema !
nt to write a patch that fixes it :) Tijnema - Original Message ----- From: "JM Guillermin" <[EMAIL PROTECTED]> To: "Tijnema !" <[EMAIL PROTECTED]>; "Sébastien WENSKE" <[EMAIL PROTECTED]> Cc: Sent: Thursday, April 05, 2007 4:23 PM Subject: Re

Re: [PHP] DOMDocument::schemaValidate() -> libxml_get_errors()

2007-04-05 Thread JM Guillermin
[EMAIL PROTECTED]> Cc: Sent: Thursday, April 05, 2007 10:21 PM Subject: Re: [PHP] DOMDocument::schemaValidate() -> libxml_get_errors() Yes it's exactly the error, see the output : DOMDocument::schemaValidate() Generated Errors! Error 1871: Element 'EcheanceRMC': This elem

Re: [PHP] DOMDocument::schemaValidate() -> libxml_get_errors()

2007-04-05 Thread Sébastien WENSKE
ml on line 65535 <- that's wrong the real line number is upper [...] is it du to the integer ?? (16bits ??) - Original Message - From: "JM Guillermin" <[EMAIL PROTECTED]> To: "Tijnema !" <[EMAIL PROTECTED]>; "Sébastien WENSKE"

Re: [PHP] DOMDocument::schemaValidate() -> libxml_get_errors()

2007-04-05 Thread JM Guillermin
- Original Message - From: "Tijnema !" <[EMAIL PROTECTED]> To: "Sébastien WENSKE" <[EMAIL PROTECTED]> Cc: Sent: Thursday, April 05, 2007 3:56 PM Subject: Re: [PHP] DOMDocument::schemaValidate() -> libxml_get_errors() On 4/5/07, Sébastien WENSKE <[EMAIL PROTEC

Re: [PHP] DOMDocument::schemaValidate() -> libxml_get_errors()

2007-04-05 Thread Tijnema !
On 4/5/07, Sébastien WENSKE <[EMAIL PROTECTED]> wrote: Hello all, (sorry for my bad english) I've this script, it checks an XML file with an XSD file. it reports errors in the XML with line number, but i've large XML file (up to 560MB) and the line number doesn't exceed 65535. for upper lines he

[PHP] DOMDocument::schemaValidate() -> libxml_get_errors()

2007-04-05 Thread Sébastien WENSKE
Hello all, (sorry for my bad english) I've this script, it checks an XML file with an XSD file. it reports errors in the XML with line number, but i've large XML file (up to 560MB) and the line number doesn't exceed 65535. for upper lines he return always 65535. An idea ? Thx in advance. ---HE