XUL Parser?
A.M. Kuchling
amk at amk.ca
Wed Nov 24 12:50:58 EST 2004
On Wed, 24 Nov 2004 16:31:56 +0000,
Alex Stapleton <alexs at advfn.com> wrote:
> Is there a Python XUL parser which will create GUIs in a Mozilla like
> fashion for me? I've had a poke around but the closest I could find was
> Luxor, and thats Jython bound (which isn't feasible.)
I'm not aware of any. Considering that there's no real XUL specification,
implementing a XUL renderer would be difficult. Note that Luxor implements
its own format, also called XUL, that has nothing to do with the XUL
implemented by Mozilla.
--amk
More information about the Python-list
mailing list