RE: [xsl] Generating variable DOCTYPE

Subject: RE: [xsl] Generating variable DOCTYPE
From: Jarno.Elovirta@xxxxxxxxx
Date: Thu, 16 Jan 2003 13:15:58 +0200
If you're using JAXP interfaces to Saxon, just call

  javax.xml.transform.Transformer.setOutputProperty(
	javax.xml.transform.OutputKeys.DOCTYPE_SYSTEM,
      yourDoctypeUriString);

before transforming.

Cheers,

Jarno - God Module: Interference (Constructor Method mix by Stromkern)

> -----Original Message-----
> From: ext Cams Ismael [mailto:Ismael.Cams@xxxxxxxxxxxxxxx]
> Sent: 16 January, 2003 12:23
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: RE: [xsl] Generating variable DOCTYPE
> 
> 
> I am using the SAXON parser. Any ideas how I can generate a 
> proper DOCTYPE ?
> I would appreciate any help.
> 
> Ismaël
> 
> -----Original Message-----
> From: Yates, Danny (ANTS) [mailto:danny.yates@xxxxxxxxxx]
> Sent: donderdag 16 januari 2003 11:00
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: RE: [xsl] Generating variable DOCTYPE
> 
> 
> Ismaël,
> 
> This only works if your result is a serialised XML document. If,
> instead of writing to a file or socket or whatever, you were to
> send the output of the transform to a DOM tree, you'd end up with
> a text node containing a bunch of characters which looks like a 
> DOCTYPE definition. You would NOT end up with a proper DOCTYPE
> node in the DOM tree.
> 
> Dan.
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 

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


Current Thread