Re: [xsl] How to give out XML-Tags?

Subject: Re: [xsl] How to give out XML-Tags?
From: sguazt@xxxxxxxxxxx
Date: Thu, 5 Dec 2002 10:45:52 +0100
Hi Sorin,
try this:
...
<xsl:text disable-output-escaping="yes">
<![CDATA[<]]>!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
"/usr/share/sgml/docbook_4/docbook.dtd"<![CDATA[>]]>
</xsl:text>
...

bye!!!

Sorin Marti wrote:
Hi all,

I'd like to make a Transformation with XSL and want to get a docBook-Source out
of it.
For that reason I need to give out something like

<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
"/usr/share/sgml/docbook_4/docbook.dtd">
<book id="How-to" lang="de">

I tried to put that in <xsl:text>, but that doesen't work.
Choosing "xml" as output-method is also no solution.

How do I do that, any advice?

Thanks for your help

Sorin


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




-- 
--------------------------------
Marco Guazzone
Software Engineer
Kerbero S.r.L. - Gruppo TC
Viale Forlanini, 36
Garbagnate M.se (MI)
20024 - Italy
mail: marco.guazzone@xxxxxxxxxxx
www: http://www.kerbero.com
Tel. +39 02 99514.247
Fax. +39 02 99514.399
--------------------------------

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


Current Thread