Changeset 4220 for trunk/xml/NOTES.txt

Show
Ignore:
Timestamp:
04/24/08 12:26:10 (5 months ago)
Author:
pmoura
Message:

Added a "lgttxt.xsl" XSLT style-sheet and two shell scripts, "lgt2txt.sh" and "lgt2txt.js", for converting XML documenting files into text files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xml/NOTES.txt

    r4205 r4220  
    7878    Edit the file if you use a different encoding. 
    7979 
     80lgttxt.xsl 
     81 
     82    XSLT file to output simple text files from the XML files. UTF-8 encoding  
     83    is assumed. Edit the file if you use a different encoding. 
    8084 
    8185lgtpdf.xsl 
     
    218222 
    219223 
     224lgt2txt.sh 
     225    (bash shell script) 
     226lgt2txt.js 
     227    (JScript command-line script for Windows; requires WSH 5.6 or  
     228    later version) 
     229 
     230    Sample scripts to batch convert XML files to text files. 
     231 
     232    These scripts assumes that the LOGTALKHOME and LOGTALKUSER environment  
     233    variables are defined. 
     234 
     235    The scripts should be called from the directory containing the XML files  
     236    you wish to convert. Call the scripts with the help option for a description  
     237    of the available optional parameters (type "cscript lgt2txt.js help" or  
     238    "lgt2txt.sh -h"; depending on your Logtalk installation, you may simply  
     239    need to type "lgt2txt" in order to run the script). 
     240 
     241 
    220242Note that you can write other XSL files for converting the XML files to  
    221243other formats besides PDF or (X)HTML. You can also write alternative CSS