ncbi / DtdAnalyzer

Other
34 stars 11 forks source link

Add xml2json feature #33

Closed Klortho closed 11 years ago

Klortho commented 11 years ago

We have a small task to add a feature to the DTD analyzer to produce a stylesheet that converts XML instance documents into JSON.

I've added a new set of command-line scripts to this project, dtd2xml2json and dtd2xml2json.bat, that run the analysis stage and then invoke the dtd2xml2json.xsl stylesheet to produce the output XSLT.

Please see http://github.com/Klortho/Eutils-JSON for more info.

Klortho commented 11 years ago

I finished an initial release of this.