Subject: Re: Output multiple files with different DTD or avoid the problem altogether?
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Wed, 24 Jan 2007 11:17:25 +0100 (CET)
|
Trevor Nicholls wrote:
Hi
> 1. Is there a way define a different DTD for a particular output
> file?
Use xsl:output:
<xsl:output doctype-public="..." doctype-system="..."/>
Details here:
http://www.w3.org/TR/xslt#output
Regards,
--drkm
___________________________________________________________________________
Dicouvrez une nouvelle fagon d'obtenir des riponses ` toutes vos questions !
Profitez des connaissances, des opinions et des expiriences des internautes sur Yahoo! Questions/Riponses
http://fr.answers.yahoo.com
|