Copying DOCTYPE
Is there any way to copy DOCTYPE including the ENTITY using XSLT.?
I have the following DOCTYPE in input xml and would like to copy everything to the output xml. I should not reproduce the ENTITY as it may vary..
<!DOCTYPE Document SYSTEM "file:///C:/Program%20Files/Adobe/FrameMaker7.2/dtd.dtd" [
<!ENTITY Application "IFX TechDoc Release 3.1">
<!ENTITY Owner "Pavel Karmazin">
<!ENTITY Executive "Silvio Eberhardt (RL)">
]>
Please let me if it is possible..
Thanks in Advance,
Regards,
Jagadeesh
|