Hi,

I'm using Xerces to create a new XML document, but I cannot find out how
to assign an external DTD to this new document. From what I can gather
from the documentation of Xerces-C, the first parameter of the
createDocument function looks like the place to put this assignment, but
the URL to the external URL does not show up when I do a
"XML::Xerces::DOMParse::print ..." statement, e.g. I get an output like:
  <!DOCTYPE paymentService PUBLIC '-//Bibit/DTD Bibit PaymentService
v1//EN' > 
(I would expect the URL to the external DTD to show up right after the
identifier...)

Please help!

Regards,
Bjorn Hermans.


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

Reply via email to