Tagged Questions
0
votes
0answers
80 views
XML to JavaScript library design
I created a small library to parse xml to javascript. Can anyone tell me if the design is correct for a library? or if there is a better technique.
I wrote a small Usecase example here.
...