Hi,

        I have one problem I can't resolve... I have a C++ client calling Java 
servlet. The result of my servlet is an XML document made with Xerces 
1.2.2. I serialise it with an XMLSerializer.
        Everything is OK, but when I try to load the XML file with the loadXML 
method, I have a First Chance exception :
                First-chance exception in ClientDataAccess.exe (KERNEL32.DLL): 
0xE0000001: (no name).

        My XML document is as following:
<?xml version="1.0" encoding="UTF-8" ?>
 <Contenu>
-<![CDATA[
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//TOTO//DTD DocBook XML V4.0//EN"
 "toto.dtd">
<?Pub Inc?>
<book>
<title>AAA</title>
<call-chapter id="CHAAA01"/>
<call-chapter id="CHAAA02"/>
<call-chapter id="CHAAA03"/>
<call-chapter id="CHAAA04"/>
<call-chapter id="CHAAA05"/>
<call-chapter id="CHAAA06"/>
<call-chapter id="CHAAA07"/>
<call-chapter id="CHAAA08"/>
<call-chapter id="CHAAA09"/>
<call-chapter id="CHAAA10"/>
<call-chapter id="CHAAA11"/>
<call-chapter id="CHAAA12"/>
<?Pub Caret?>
</book>
<?Pub *0000000602 0?>
]]>
</Contenu>

        Does anyone know if there is a XML problem or if this is a MSXML 
problem?
        Thanks to help me!
David DELGRANCHE        
[EMAIL PROTECTED]
Tel: 02.99.05.34.25
Fax: 02.99.05.34.05
Sogitec Industries      
24, avenue Lavoisier
ZI du Champ Niguel
35174 BRUZ CEDEX



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to