Hello
all,
I am using the
xerces C++ library in order to generate XML files. The question is that a
standalone tag is generated in the files, for example:
<?xml
version="1.0" encoding="UTF-8" standalone="no" ?>
And I do not know
why, I have tried to remove this attribute because we do not need it but I
have been unable to achieve it,
Any
Idea,
Thanks a
lot,
Juan Pablo
Martinez.
P.D.: The code I am
using to create the DOMDocument is:
XMLCh
tempStr[100];
XMLString::transcode("LS", tempStr, 99);
DOMImplementation *impl = DOMImplementationRegistry::getDOMImplementation(tempStr);
XMLString::transcode("LS", tempStr, 99);
DOMImplementation *impl = DOMImplementationRegistry::getDOMImplementation(tempStr);
doc = impl->createDocument(
0, /*
root element namespace
URI */
X("ACTION"), /* root element name */
0); /* document type object (DTD) */
X("ACTION"), /* root element name */
0); /* document type object (DTD) */
***************************************************************************
El correo corporativo de gedas iberia está
protegido por
Antigen de Sybari Software.
Todo el correo se escanea con seis motores de
antivirus de
diferentes fabricantes de forma simultánea,
multiplicando
la protección del sistema.
Para más información, [EMAIL PROTECTED] y www.sybari.com.
***************************************************************************
DISCLAIMER: Este mensaje
contiene información propietaria
de la cual parte o toda puede contener información confidencial
o protegida legalmente. Esta exclusivamente destinado al
usuario de destino.
Si, por un error de envio o transmisión, ha recibido este mensaje
y usted no es el destinatario del mismo, por favor, notifique
de este hecho al remitente.
Si no es el destinatario final de este mensaje no debe usar,
informar, distribuir, imprimir, copiar o difundir este mensaje
bajo ningún medio.
de la cual parte o toda puede contener información confidencial
o protegida legalmente. Esta exclusivamente destinado al
usuario de destino.
Si, por un error de envio o transmisión, ha recibido este mensaje
y usted no es el destinatario del mismo, por favor, notifique
de este hecho al remitente.
Si no es el destinatario final de este mensaje no debe usar,
informar, distribuir, imprimir, copiar o difundir este mensaje
bajo ningún medio.
DISCLAIMER: This e-mail
contains propietary information some
or all of which may be legally protected. It is for the intended
recipient only. If an addressing or transmission error has
misdirected this e-mail, please notify the author by replying to
this e-mail. If you are not the intended recipient you must not use,
disclose, distribute, copy, print or relay this e-mail.
or all of which may be legally protected. It is for the intended
recipient only. If an addressing or transmission error has
misdirected this e-mail, please notify the author by replying to
this e-mail. If you are not the intended recipient you must not use,
disclose, distribute, copy, print or relay this e-mail.
***************************************************************************