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]

Place Input doctype-system and doctype-public in output


 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


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