Derrell, On 09/13/2011 07:12 PM, Derrell Lipman wrote: > The apiviewer application reads a JSON file and generates HTML to > display the API documentation. I would like to instead generate API > documentation in LaTeX format. Does anyone have any pointers to > existing routines that take the JSON data and manipulate and output it > to some "print" format?
Not that I'm aware of. It's not quite right to say that the Apiviewer generates HTML. The api data is available as Json, and without any rendering information. It's pure content. The Apiviewer renders this content in the DOM, there is no intermediate HTML. So what you'd need would be a serializer that renders this data content in HTML, Latex or the like. I would probably write a reST renderer, as you can get the other formats from there. Doable, but not a trivial task. T. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
