[xsl] Can DOCTYPE survive transformation

Subject: [xsl] Can DOCTYPE survive transformation
From: "Rick Quatro" <frameexpert@xxxxxxxxxxxx>
Date: Wed, 21 Jun 2006 11:53:16 -0400
Hello All,

I have an xml document with a doctype and some entity references as shown below. Is there a way to have them carry through to my output document? Thanks in advance.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE UpdateNote SYSTEM "file:///C:/Program%20Files/Adobe/FrameMaker7.2/structure/UpdateNoteAPP/UpdateNote.dtd" [


<!-- Begin Document Specific Declarations -->

<?Fm Validation Off?>

<!NOTATION tif SYSTEM "TIF">
<!ENTITY TN SYSTEM "file:///G:/marketing/framemaker/xml/imgUpdate/TN.tif" NDATA tif>


<!-- End Document Specific Declarations -->

]>

Rick Quatro
Carmen Publishing
585-659-8267
www.frameexpert.com

Current Thread