Bug #2373
new XML() is not available in api v1 (duktape) as well as new Namespace()
Status: | Fixed | Start date: | 11/15/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | API | |||
Target version: | 4.8 | |||
Found in version: | Latest BE | Platform: | Linux |
History
#1
Updated by Andreas Smas over 6 years ago
- Status changed from New to Accepted
Mapping the XML feature from SpiderMonkey (something called E4X) will not be possible as a one-to-one mapping in Duktape's engine. So it will work but the plugins will need some rewriting.
I'm currently porting the headweb plugin and it's a bunch of changes in the plugin
#2
Updated by Andreas Smas over 6 years ago
- Status changed from Accepted to Fixed
This works somewhat OK now,
see https://showtimemediacenter.com/projects/showtime/wiki/XMLInEcmascript for details