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 ... ?!? :((a) <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <!DOCTYPE ia SYSTEM "ia.dtd"> <FirstElement/>something like thisfDocumentType = (DOMDocumentTypeImpl *) fDocument->createDocumentType(elemDecl.getFullName(), publicId, systemId); fDocument->setDocumentType(fDocumentType);
Ideas?
Respectfully,
Brice Ruth
