[xsl] expanding !DOCTYPE tag

Subject: [xsl] expanding !DOCTYPE tag
From: "Matthias O. Will" <m.o.will@xxxxxx>
Date: Mon, 05 Feb 2001 12:36:04 +0100
Hi,

I am mapping between two XML DTD's. My output files need to contain an
expanded !DOCTYPE tag to include a local DTD extension. This looks as
follows:

<!DOCTYPE DLmeta SYSTEM "http://www.dlmeta.de/dlmeta/2000/DLmeta.dtd"; 
	[<!ENTITY %LocalInclude SYSTEM
"http://www.dlmeta.de/local/2000/ariadne/ariadne_local.dtd";>
	%LocalInclude;
	]>

How would I declare this in my style sheet? Is there any special
attribute in the <xsl:stylesheet> tag which I can use for this (such as
doctype-system)?

Thanks for your help,
Matt
-- 

---------------------------------------------------------------------
PLEASE NOTE THAT MY MAIL ADDRESS m.o.will@xxxxxx WILL BE DISCONTINUED
AND USE m.o.will@xxxxxx TO SEND ME YOUR E-MAILS! THANK YOU VERY MUCH!
--------------------------------------------------------------------

Matthias O. Will (m.o.will@xxxxxx)                       <>< 
Institute of Computer Science,       University of Freiburg
Georges-Koehler-Allee, Bldg. 51, D-79110 Freiburg,  Germany	 
Phone:   +49-761-203-8170             Fax: +49-761-203-8162  
URL:     http://ad.informatik.uni-freiburg.de/~will

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


Current Thread