This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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@ViaFone.com

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




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]