davidpcaldwell / slime

Mozilla Public License 2.0
2 stars 1 forks source link

[Document] Document service provider interface for js/document #33

Open davidpcaldwell opened 4 years ago

davidpcaldwell commented 4 years ago

Currently the rhino/document module uses the js/document service provider interface to build documents from its Java DOM parser. But we should allow other implementations, including one based on the browser DOM. It is also currently impossible to generate XML from scratch using published APIs.

davidpcaldwell commented 4 years ago

Migrated from Bitbucket issue ID 137