Native XML DOM

Monkey Forums/User Modules/Native XML DOM

rickomax(Posted 2012) [#1]
Hi!

Java, .NET and HTML5 have native support for XMLDOM.

I'm working on native wrappers for my project. Itīs a work in progress, there are some missing features. But letīs share it.

Project Code:
http://code.google.com/p/monkey-xmldom/
(code isnīt that good, gonna work on it later)

Who would like to commit will be welcome.


skid(Posted 2012) [#2]
I'd say the code is actually looking pretty good!


therevills(Posted 2012) [#3]
We did think about doing something similar for the Diddy XML parser, but we wanted to be sure that the XML would be the same on all targets, so Samah coded it in pure Monkey.

Good luck with this :)


rickomax(Posted 2012) [#4]
Thank you guys!

It started as a test, but worked for me.
I'm working on a medium size project, thereīs a significant time for my project to compile, so I decided to use most native libraries I could.


samowitsch(Posted 2012) [#5]
Wow, cool! I hope other platforms coming soon.. ;o)