.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "MODXSLT-PARSE" 1 "September 6, 2004" "" "" .SH NAME modxslt-parse \- program to convert .xml files using .xsl stylesheet and libmodxslt .SH "SYNOPSIS" .ad l .hy 0 .HP 14 \fBmodxslt\-parse\fR [\fIFILE\fR] .ad .hy .SH "DESCRIPTION" .PP \fBmodxslt\-parse\fR 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)\&. .PP 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\&. .PP libmodxslt was written to ease the task of integrating an xml/xslt parser into web servers or web applications\&. .SH "OPTIONS" .TP \fIFILE\fR 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 .SH "EXAMPLES" .nf $ \fBmodxslt\-parse file\&.xml\fR \&. 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\&. .SH AUTHOR Carlo Contavalli.