xml.rst
changeset 636 2873f39135e2
parent 635 59382d9f4331
child 717 1b13061fe47a
equal deleted inserted replaced
635:59382d9f4331 636:2873f39135e2
    10   http://www.relaxng.org/compact-tutorial-20030326.html
    10   http://www.relaxng.org/compact-tutorial-20030326.html
    11                 relaxng compact syntax tutorial
    11                 relaxng compact syntax tutorial
    12 
    12 
    13 * CLI utilities for processing xml.
    13 * CLI utilities for processing xml.
    14 
    14 
       
    15 ** xmlstar.
       
    16 
       
    17 XMLStarlet is a set of command line utilities (tools) which can be used to transform,
       
    18 query, validate, and edit XML documents and files using simple set of shell commands in
       
    19 similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join,
       
    20 etc.
       
    21 
       
    22   http://xmlstar.sourceforge.net/overview.php
       
    23                 home page
       
    24 
    15 ** Cygwin.
    25 ** Cygwin.
    16 
    26 
    17   cmd# setup.exe -p libxml2,libxslt
    27   cmd# setup.exe -p libxml2,libxslt
    18 
    28 
    19 'libxslt' provide 'xsltproc, 'libxml2' provide 'xmlcatalog' and 'xmllint'
    29 'libxslt' provide 'xsltproc, 'libxml2' provide 'xmlcatalog' and 'xmllint'