You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Steven Maring <St...@trcinc.com> on 2000/04/07 17:43:34 UTC

tough XSL in logicsheet problem

I have the unfortunate pleasure of having to get my logicsheet to generate
this:

<!DOCTYPE PAGE [<!ENTITY template_data SYSTEM
"http://localhost/modelSystem/templates/template_xml.txt">]>

I've tried this:

<xsl:ouput doctype-page="[<!ENTITY template_data SYSTEM
"http://localhost/modelSystem/templates/template_xml.txt">]" />

but it craps out.

Any ideas?


--Steve Maring