It looks like this is a known bug:
http://lesscode.org/projects/kid/ticket/74

I have no idea how hard fixing this bug is. Kid is generally quite a
nice piece of code with automated tests and everything, so it's not
hard to dive in with. But, I haven't tried to follow a processing
instruction all the way through.

Kevin

On 11/3/05, mksoft <[EMAIL PROTECTED]> wrote:
>
> 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.
>
>


--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com

Reply via email to