modxslt-parse

Langue: en

Version: September 6, 2004 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

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 replacement for xsltproc. Its main purpose is for debugging libmodxslt 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, supporting 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 <ccontavalli at modxslt2.com>. Permission is granted to copy, distribute 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.