You can also subclass HTTPServlet rather than Page.

I've done that to make servlets that make images or things like that.

For this kind of thing, the "LiveHTTPHeaders" extension to mozilla/firefox is immensely useful.

I Can't help with XUL, though ;-)

CLIFFORD ILKAY wrote:

I have added "application/vnd.mozilla.xul+xml" to mimetypes.py. As you can see, I had to override many methods to prevent HTML from being injected into the generated page. Here is the output I get:

#####################
<?xml version="1.0"?>
<style type="application/vnd.mozilla.xul+xml">background: yellow</style>
<!DOCTYPE window>
<window
id =" remote"
xmlns =" http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
title =" Hello XUL" style =" min-width:640px; min-height:480px;">
<description value="Hello XUL!">
</window>
#####################





-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to