Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Ignore:
Timestamp:
12/06/08 15:21:30 (3 years ago)
Author:
alex
Message:

added lingodoc comments to xml parser script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib2/PseudoXMLPS.ls

    r196 r208  
    10181018 
    10191019on mParseExcelXML me, theText 
     1020  ----------------------------------- 
     1021  -- ACTION: Read and convert an excel xml file into a lingo property list 
     1022  -- INPUT: <theText> ; string ; required => xml formatted string 
     1023  -- RETURNS: property list 
     1024  -- EXAMPLE: plist = xscr(#PseudoXMLPS).mParseExcelXML(xscr(#FileIOFunktionen).mGetTextFromFile()) 
     1025  ----------------------------------- 
     1026   
    10201027  ms = the milliseconds 
    10211028  li = [] 
     
    11021109 
    11031110on mReadPList me, pfad 
     1111  ----------------------------------- 
     1112  -- ACTION: Read and convrt an apple style plist into a lingo style property list from file 
     1113  -- INPUT: <pfad> ; string ; full pathname to plist file. This is optional, if it is void or "" a file selection dialog is displayed  
     1114  -- RETURNS: property list 
     1115  -- EXAMPLE: plist = xscr(#PseudoXMLPS).mReadPList() 
     1116  ----------------------------------- 
    11041117   
    11051118  str = "" 
Note: See TracChangeset for help on using the changeset viewer.