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]

expanding !DOCTYPE tag


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@gmx.de WILL BE DISCONTINUED
AND USE m.o.will@web.de TO SEND ME YOUR E-MAILS! THANK YOU VERY MUCH!
--------------------------------------------------------------------

Matthias O. Will (m.o.will@web.de)                       <>< 
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


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