3 Generates HTML API documentation from an xml source.
13 perl parse_apidoc.pl jsref.xml [<output-directory>]
16 XML::Parser (http://search.cpan.org/search?dist=XML-Parser)
19 Parses apidoc xml files, producing html output for viewing in normal browsers.
20 Output will be placed in the specified directory, or ./apidocs if none is
21 specified. Output pages with content will refer to api-content.css, table
22 of content pages will refer to api-toc.css.
25 http://www.mozilla.org/projects/apidoc
27 ===* parse_devedge_doc.pl
30 perl parse_devedge_doc.pl < jsref.htm > jsref.xml
36 Parses the nasty devedge document (jsref.htm) into somewhat nicer xml.
37 The XML source, jsref.xml, located at
38 http://www.mozilla.org/js/apidoc/jsapi.xml is now the authoritative place to
40 This file should be considered dead. Do not use it. It is here for emergency
42 REPEAT: DO NOT USE THIS SCRIPT!