xsl-list
[Top] [All Lists]

RE: Generating variable DOCTYPE

2003-01-16 04:53:52
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(_dot_)Yates(_at_)ants(_dot_)co(_dot_)uk
Phone: +44 20 7756 5012
Fax: +44 20 7612 4342


-----Original Message-----
From: Cams Ismael [mailto:Ismael(_dot_)Cams(_at_)siemens(_dot_)atea(_dot_)be]
Sent: 16 January 2003 11:43
To: 'xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com'
Subject: RE: [xsl] Generating variable DOCTYPE




-----Original Message-----
From: Yates, Danny (ANTS) [mailto:danny(_dot_)yates(_at_)ants(_dot_)co(_dot_)uk]
Sent: donderdag 16 januari 2003 12:02
To: 'xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com'
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



<Prev in Thread] Current Thread [Next in Thread>