- From: Paul Mitchell <paul@paul-mitchell.me.uk>
- Date: Sat, 11 Feb 2006 20:23:10 +0000
- To: Laurens Holst <lholst@students.cs.uu.nl>
- CC: www-style@w3.org
Laurens Holst wrote:
>
> Kelly Miller schreef:
>
>>
>> No, I mean something like the <style> element in HTML, and the style
>> attribute in HTML.
>>
>
> As for <style>, supposedly this works:
>
> <?xml-stylesheet href="#xxx" type="text/css"?>
> <root>
> <foo xml:id="xxx">
> bar { background: green; }
> </foo>
> <bar>test</bar>
> </root>
That doesn't looks correct to me. #xxx doesn't exist at the time the
processing instruction is encountered.
--
Paul Mitchell
www.paul-mitchell.me.uk
Received on Saturday, 11 February 2006 20:23:42 UTC