Hi,
(a)

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE ia SYSTEM "ia.dtd">
<FirstElement/>
    

something like this

    fDocumentType = (DOMDocumentTypeImpl *) 
fDocument->createDocumentType(elemDecl.getFullName(), publicId, systemId);
    fDocument->setDocumentType(fDocumentType);
  
I'm not entirely sure what to pass for the args to createDocumentType ... also, the compiler is choking on what I *do* have saying that there is no matching function for call to xercesc_2_2::DOMDocument:: candidates are: virtual. I think I might need more hand-holding ... ?!? :(

Ideas?

Respectfully,
Brice Ruth

Reply via email to