Changes between Version 8 and Version 9 of xmlrpcTranslit


Ignore:
Timestamp:
Mar 23, 2007, 12:06:36 PM (17 years ago)
Author:
dwinter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xmlrpcTranslit

    v8 v9  
    5353     * username has to be a valid username of the system.
    5454
    55 
    56 
    57 
    58 
    59 
     55The return file has the following structure:
     56{{{
     57<return>
     58  <errors>
     59     <error atf="P00001">ERROR MESSAGE</error>
     60     ....
     61  </errors>
     62  <changed>
     63     <change atf="P00002">APROX. NUMBER OF CHANGED LINES</change>
     64     ...
     65  </changed>
     66  <newPs>
     67     <new atf="P000042/>
     68  </newPs>
     69</return>
     70}}}