Zack Angelo wrote: > This is the doctype that I'm trying to reproduce in my serialized > content. I've tried different combinations of system and public doctypes > in the xsl:output tag and I can't seem to figure it out. Perhaps you can > suggest the correct syntax? > > <!DOCTYPE vxml PUBLIC '-//Nuance/DTD VoiceXML 1.0//EN' > 'http://voicexml.nuance.com/dtd/nuancevoicexml-1-2.dtd'>
This works for me (Xalan 2.0.0, 2.2D-something and 2.3D-odd) <xsl:output doctype-public="-//Nuance/DTD VoiceXML 1.0//EN" doctype-system="http://voicexml.nuance.com/dtd/nuancevoicexml-1-2.dtd"/> Ensure your generated document element is vxml, the processor adds this automatically. Further advice on XSLT specialities is available on the XSLT list. J.Pietschmann --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>