[xsl] <xsl:output doctype-system="..." ...> on xalan1.1 c++ doesn't wor k. Why ??

Subject: [xsl] <xsl:output doctype-system="..." ...> on xalan1.1 c++ doesn't wor k. Why ??
From: Gus Tenrreiro <gus@xxxxxxxxxxx>
Date: Tue, 21 Aug 2001 11:40:49 -0700
Hi,
     I am using xalan 1.1 (c++) for the processor and I need to add a dtd to
my output document. So what I do is

    <xsl:output doctype-system="blabla" doctype-public="aha"/>

    But nothing happens.

   I also tried using the code below within this template <xsl:template
match="/">, but the processor throws an exception.

  <xsl:text disable-output-escaping="no">
	<![CDATA[
		<!DOCTYPE vxml PUBLIC '-//Nuance/DTD VoiceXML 1.0b//EN'
'http://www.nuance.com/????/nvxml0_9_3.dtd'>
	]]>
</xsl:text>

   so what can I do ??.

  

Thanks

Gustavo E Tenrreiro

gus@xxxxxxxxxxx

work: (650) 228-2861
cell  : (408) 373-8595
home: (408) 225-7097




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


Current Thread