Using Saxon, or any other XSLT processor with a JAXP interface, you can
set the doctype-sytem and doctype-public properties using the
setOutputProperties() method on the Transformer object. Saxon doesn't
provide any way of setting these from the command line.
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Cams Ismael
> Sent: 16 January 2003 10:23
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: RE: 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: 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 |
- RE: Generating variable DOCTYPE, (continued)
- Cams Ismael - Thu, 16 Jan 2003 04:23:00 -0500 (EST)
- Jarno . Elovirta - Thu, 16 Jan 2003 04:54:04 -0500 (EST)
- Yates, Danny (ANTS) - Thu, 16 Jan 2003 04:58:33 -0500 (EST)
- Cams Ismael - Thu, 16 Jan 2003 05:27:03 -0500 (EST)
- Michael Kay - Thu, 16 Jan 2003 10:04:00 -0500 (EST) <=
- Cams Ismael - Thu, 16 Jan 2003 05:45:04 -0500 (EST)
- Yates, Danny (ANTS) - Thu, 16 Jan 2003 06:00:58 -0500 (EST)
- Jarno . Elovirta - Thu, 16 Jan 2003 06:15:01 -0500 (EST)
|
|