Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Including XBL inline in CSS

1 view
Skip to first unread message

Jason Barnabe (np)

unread,
Oct 12, 2006, 11:07:37 PM10/12/06
to
Is there a way to include XBL inline in a CSS document? I've tried using
data uris, but when you include a fragment identifier, it makes the XML
invalid. I've read in a couple places that if you don't include a
fragment identifier, it'll take the first binding, but that doesn't seem
to work.

Boris Zbarsky

unread,
Oct 12, 2006, 11:44:01 PM10/12/06
to
Jason Barnabe (np) wrote:
> Is there a way to include XBL inline in a CSS document?

No.

-Boris

Jason Barnabe (np)

unread,
Oct 14, 2006, 8:59:26 PM10/14/06
to
What I ended up doing is making a protocol handler based on the code
here http://kb.mozillazine.org/Dev_:_Extending_the_Chrome_Protocol

The component spits back the data you pass it, but strips off the
fragment identifier.

0 new messages