Changeset 4190 for trunk/tools/wikiapi2xml/README
- Timestamp:
- 12/16/07 22:08:02 (1 year ago)
- Files:
-
- 1 modified
-
trunk/tools/wikiapi2xml/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/wikiapi2xml/README
r4169 r4190 31 31 mostly for debugging purposes. It will also create "pretty" xml when not set to 32 32 false. Can have the value of 'false', 'true', or 'super'. (defaults to 'false') 33 34 debug: 35 Will force the output to be text/plain instead of text/xml and put verbose messages 36 to normal print instead of sticking them in the xml tree. (defaults to 'false') 33 37 34 38 The basic XML format is as follows: 35 39 36 <docs timestamp="[last time anything was modified]" version="[version parameter]" >40 <docs timestamp="[last time anything was modified]" version="[version parameter]" startdoc='[start param]'> 37 41 <info> - this node is here if 'verbose' parameter was set to other than 'false' 38 42 <msg>Loading...</msg> … … 68 72 69 73 To get a debug a problem: 70 http://[location of script]/createjQueryXMLDocs.py?start=Selectors&verbose=super 74 http://[location of script]/createjQueryXMLDocs.py?start=Selectors&verbose=super&debug=true
