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]

RE: expanding !DOCTYPE tag


>
> <!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)?

You can create a simple doctype-declaration using the doctype-system and
doctype-public attributes of <xsl:output>, but for anything else you have to
hand-craft it using disable-output-escaping.

Alternatively there is (as always) a Saxon extension <saxon:doctype>...

Mike Kay


 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]