Subject: Place Input doctype-system and doctype-public in output
From: "John Rozier" <ROZIERJ@xxxxxxxxxxxxxxxx>
Date: Thu, 07 Mar 2002 16:10:48 -0500
|
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_011101.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
|