I read a file (generate), send it through an XSLT (transform) and then use the type="write-source" transformer, e.g.


<map:generate src="index.xml"/> <map:transform src="xslt/foo.xsl"/> <map:transform type="write-source"/>

the problem is that during the first transformation (foo.xsl) the DOCTYPE (DTD) is being "lost" and is missing after the source transformer has written it to the filesystem for instance.

Does anyone know how to "pass" the DOCTYPE (DTD)?

Thanks

Michi



--
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
[EMAIL PROTECTED]                        [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to