modxslt-parse(1)
NAME
- modxslt-parse - program to convert .xml files using .xsl
- stylesheet and libmodxslt
SYNOPSIS
modxslt-parse [FILE]
DESCRIPTION
- modxslt-parse can be used to parse a .xml file using a
- .xsl stylesheet. modxslt-parse uses libmodxslt, based upon
- libxml2 and libxslt1, of xmlsoft.org (GNOME Project).
- modxslt-parse was not meant to be a general purpose re
- placement for xsltproc. Its main purpose is for debugging libmod
- xslt and to test .xml files that use libmodxslt extensions.
- libmodxslt was written to ease the task of integrating an
- xml/xslt parser into web servers or web applications.
OPTIONS
- FILE The name of the .xml file to parse. The stylesheet
- is loaded depending on the PIs contained in the .xml file, sup
- porting modxslt extensions. Output is sent to standard output
EXAMPLES
$ modxslt-parse file.xml
<?xml version="1.0"...
SEE ALSO
- xsltproc(1), modxslt-perror(1), modxslt-config(1), modxslt
- manual, http://www.mod-xslt2.com
LICENSE
- This manual page was written by Carlo Contavalli <ccon
- tavalli at modxslt2.com>. Permission is granted to copy, dis
- tribute and/or modify this document under the terms of the GNU
- General Public License, Version 2 any later version published by
- the Free Software Foundation.
AUTHOR
- Carlo Contavalli.
- September 6, 2004