GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XSLT-PARSER(1) User Contributed Perl Documentation XSLT-PARSER(1)

xslt-parser - XSLT transformations

xslt-parser [options] <project>

xslt-parser performs stylesheet transformations.

When given a project name, it appends `.xsl' for the XSLT stylesheet and `.xml' for the XML file to apply the stylesheet to and performs the transformation using the XML::XSLT perl module.

-c
Pass through HTML::Clean. You must have HTML::Clean installed.
-d
Turns debugging on. This can produce a lot of noise.
-n
NoWeb. You can use xslt-parser as a CGI script. With this option, it will not output the headers that are usually needed.
-s <file>
Specify a seperate different stylesheet. Usually, xslt-parser will simply append `.xsl' to the project name to get the stylesheet. A different stylesheet can be specified using this option.

Geert Josten <gjosten@sci.kun.nl>, Mark A. Hershberger <mah@everybody.org>

XML::XSLT

The w3.org XSLT recommendation at <http://www.w3.org/TR/xslt>

Hey! The above document had some coding errors, which are explained below:
Around line 48:
You forgot a '=back' before '=head1'
2001-03-01 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.