using pyxml library pyjamas
I need to write a small web app that does xml parsing on the client browser
I am considering pyjamas as t开发者_如何学Gohe front end framework and django for the backend.
I understand that with pyjamas one can code in python and javascript is automatically generated
my question is: can I use external python libraries such as pyxml to be used by pyjamas to manipulate xml on the browser?
No. See 'supported modules' in the Pyjamas docs.
精彩评论