Re: Improving XML error pages (YSOD)

[email protected] Mon, 24 Mar 2008 05:38:17 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.xml
Organization http://groups.google.com
Message-ID <3ddb609e-9f0f-45d3-8623-788b1bd52f85@e23g2000prf.googlegroups.com>
On Mar 23, 7:08 pm, Boris Zbarsky <[email protected]> wrote:
> [email protected] wrote:

...

>
> >   Any ideas on better ways to do this? I could just enhance
> > nsXMLContentSink to produce a more complex page
>
> You can do that, or you can use XBL (a la XML prettyprinting, but bound via a
> stylesheet in this case) to make the page look different without changing the
> actual DOM.

Thanks for the tip, the XBL route is looking promising.

Matthew