Bug Tracker

Show
Ignore:
Timestamp:
12/16/07 22:08:02 (1 year ago)
Author:
davidserduke
Message:

Fixed a bug and added a new parameter 'debug' to help when the xml portion can't be output correctly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tools/wikiapi2xml/README

    r4169 r4190  
    3131    mostly for debugging purposes. It will also create "pretty" xml when not set to 
    3232    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') 
    3337   
    3438The basic XML format is as follows: 
    3539 
    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]'> 
    3741  <info> - this node is here if 'verbose' parameter was set to other than 'false' 
    3842    <msg>Loading...</msg> 
     
    6872 
    6973To get a debug a problem: 
    70 http://[location of script]/createjQueryXMLDocs.py?start=Selectors&verbose=super 
     74http://[location of script]/createjQueryXMLDocs.py?start=Selectors&verbose=super&debug=true