RE: [xsl] Generating variable DOCTYPE

Subject: RE: [xsl] Generating variable DOCTYPE
From: "Yates, Danny (ANTS)" <danny.yates@xxxxxxxxxx>
Date: Thu, 16 Jan 2003 11:53:52 -0000
Ah. My apologies. I missed the beginning of the thread.

Your solutions appear to be either:
1) Post-process the output to add a DOCTYPE (using perl?)
2) Use Jarno's suggestion of the processor-specific API
3) Use d-o-e but be aware of what you are doing -
   specifically, almost the only case where you will get
   what you want is if you serialise the result to a
   character stream.

Dan.

-- 
Danny Yates
Technical Architect
Abbey National Treasury Services
E-mail: Danny.Yates@xxxxxxxxxx
Phone: +44 20 7756 5012
Fax: +44 20 7612 4342


-----Original Message-----
From: Cams Ismael [mailto:Ismael.Cams@xxxxxxxxxxxxxxx]
Sent: 16 January 2003 11:43
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: [xsl] Generating variable DOCTYPE




-----Original Message-----
From: Yates, Danny (ANTS) [mailto:danny.yates@xxxxxxxxxx]
Sent: donderdag 16 januari 2003 12:02
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: [xsl] Generating variable DOCTYPE


> Look at xsl:output
That's where my problem started. I want to pass the place of my DTD in a
parameter to the stylesheet.
But it's not possible to say <xsl:output method="xml" encoding="UTF-8"
doctype-system="{$DTDLocation}"/> (except in XSLT 1.1, but that never became
a recommendation, so I want to avoid to use that). That's were the whole
problem started.

Ismaël


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


***************************************************************************
This communication (including any attachments) contains confidential information.  If you are not the intended recipient and you have received this communication in error, you should destroy it without copying, disclosing or otherwise using its contents.  Please notify the sender immediately of the error.

Internet communications are not necessarily secure and may be intercepted or changed after they are sent.  Abbey National Treasury Services plc does not accept liability for any loss you may suffer as a result of interception or any liability for such changes.  If you wish to confirm the origin or content of this communication, please contact the sender by using an alternative means of communication.

This communication does not create or modify any contract and, unless otherwise stated, is not intended to be contractually binding.

Abbey National Treasury Services plc. Registered Office:  Abbey National House, 2 Triton Square, Regents Place, London NW1 3AN.  Registered in England under Company Registration Number: 2338548.  Regulated by the Financial Services Authority (FSA).
***************************************************************************


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


Current Thread