I need to generate an xml infoset but the infoset needs to contain a reference to a client's DTD. The desired out needs to contain this DTD reference
<!DOCTYPE AutoApplication SYSTEM "http://www.clientsite.com/public/DTD/autoappV1-3-level2.dtd">
This reference sits directly benath the xml declaration. Neither XProcessingInstruction or XDeclaration do the job, is there another type I need to use?