Browsing index pages (2 articles)
↧
How to Transform JSON using XSLT
There are some debates about declining use of XML and rising use of JSON. Some people love XML, some people love JSON. I love SAX: assuming SAX serializer/deserializers exist, anything can be treated...
View ArticleHow to Convert JSON to XML using ANTLR
In the previous article I have shown how to convert JSON to XML using XSLT 2.0 capabilities.The problem w/ implementing parsers in XSLT, is conversion from flat structure to tree structure. XSLT was...
View Article
Browsing index pages (2 articles)