a common xml interface with libxmljs/WebAPI adapters
20 views
Skip to first unread message
Bohdan Moskalevskyi
unread,
Apr 11, 2016, 4:03:10 PM4/11/16
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 libxmljs
Hi everyone!
I wrote a common xml interface (in typescript) with adapters for node and the browser for my app's needs, so same code can run on both client and server. I'm thinking on releasing it, but it's a mess now and I need your advice to make it right.
Do you now of any existing libraries like this?
Have you ever faced the need for such an abstraction?
Should the interface implement XMLDocument's DOM or libxmlj's interface or should it be a new fancy one?
Any thoughts or suggestions would be a great help.