html5 - Library for universal XML parser app -
i have developed simple html 5 app parses list of products in xml form , displays data.
i extend app work valid xml input , create web based ui allow user view xml structure , label according it's application.
in other words, instead of defining node names "product" , "price", names of elements pulled xml, user defines , go.
my question: there library or method exists capable of outputting xml structures dynamically?
Comments
Post a Comment