This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Place Input doctype-system and doctype-public in output


Generally you use xslt to transform a document, and after that it conforms
to a different DTD.  I think it must be rare for the output to meet the
original DTD, although I can see it happening in a few cases.

Tom P

[John Rozier]

Do you know  how to reuse the input doctype-system and doctype-public from
the input file in the output file.
This would reduce the number of input parameters and the user would not have
to know the correct dtd information.
This is how I would hard code it. I would like to avoid having to hard code
it.
<xsl:output

doctype-system="http://www.nlm.nih.gov/databases/dtd/premedlinecitation_0111
01.dtd"
   doctype-public="-//NLM//DTD -//NLM//DTD PreMedlineCitation, 1st November
2001//EN//EN"/>






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]