Hello,

I'm testing turbogears for a XUL application. To specify a stylesheet,
the template should look like this:

<?xml version="1.0" encoding="windows-1255"?>
<?xml-stylesheet href="/static/css/status.css" type="text/css"?>

<window id="example-window" title="clients"
        xmlns:html="http://www.w3.org/1999/xhtml";

xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
                xmlns:py="http://purl.org/kid/ns#";
                style="direction:rtl">
....
</window>


Kid strips out the xml-stylesheet tag. Is there a way keeping that line
as is ? I've tried wrapping it in CDATA, but I get a (correct) error of
not being well formed.

Reply via email to