You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to narw...@googlegroups.com
What are the current options for parsing xml using narwhal and js in general? This is in the server/command-line context, not the browser context.
Tom Robinson
unread,
Dec 11, 2009, 6:51:54 AM12/11/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to narw...@googlegroups.com
The browserjs package implements basically the same API as browsers.
If you compile narwhal-jsc with "make webkit" it will in fact use
WebKit's implementation. Rhino uses a simple shim around the Java DOM
APIs.