Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xslt-parser(1) [suse man page]

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

NAME
xslt-parser - XSLT transformations SYNOPSIS
xslt-parser [options] <project> DESCRIPTION
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. OPTIONS
-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. AUTHORS
Geert Josten <gjosten@sci.kun.nl>, Mark A. Hershberger <mah@everybody.org> SEE ALSO
XML::XSLT The w3.org XSLT recommendation at <http://www.w3.org/TR/xslt> POD ERRORS
Hey! The above document had some coding errors, which are explained below: Around line 48: You forgot a '=back' before '=head1' perl v5.12.1 2001-03-01 XSLT-PARSER(1)

Check Out this Related Man Page

libxslt(3)						     Library Functions Manual							libxslt(3)

NAME
libxslt - library for transforming XML documents DESCRIPTION
The libxslt library is the XSLT library developed for the Gnome project. XSLT itself is a declarative language for transforming XML docu- ments into other XML documents, or arbitrary text output using a stylesheet. The libxslt library is based on libxml2 library developed for the Gnome project. It also implements most of the EXSLT set of processor- portable extensions functions and some of Saxon's evaluate and expressions extensions. FILES
/usr/lib/libxslt.so shared object library /usr/lib/libexslt.so shared object library /usr/bin/xsltproc command line XSLT processor /usr/bin/xslt-config binary application for printing library configuration /usr/include/libxslt header files /usr/share/lib/xml/style stylesheets AUTHORS
Daniel Veillard (daniel@veillard.com). SEE ALSO
xsltproc(1), xslt-config(1), libxml(3) NOTES
Source for libxslt is available in the SUNWlxslS package. Documentation for libxslt is available on-line at http://www.xmlsoft.org/XSLT. 17 Jul 2002 libxslt(3)
Man Page

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

XML to csv transformation

Hi, I want to write a perl script. Which should accept the xml file, one xsl file and the loaction. The perl script should process the xml file using the xsl file and puts the out put in specified location. For example: My.perl is perls cript. my.xml is like this <?xml version="1.0"... (2 Replies)
Discussion started by: siba.s.nayak
2 Replies

2. Shell Programming and Scripting

Control structures and scripting question..

Hey guys, I'm currently working on a project for comp sci course, and I'm very green to Unix and scripting, and only have a semesters worth of programming knowledge (bare with me! sorry!). What I'm trying to do is make a 'if ... then ... fi' control structure that takes user input and then... (6 Replies)
Discussion started by: SlapnutsGT
6 Replies

3. Shell Programming and Scripting

xslt transformation through Unix

Hi .. I have one input XML and I want to convert into another XML using parameter mapping through Database through Unix shell script. But I dont have idea how to do that. And how can I create xsl sheet if mapping is through database tables. Please help me on this. (1 Reply)
Discussion started by: srinu19
1 Replies

4. Shell Programming and Scripting

Matching and replacing text with case transformations

Hi, I am trying to edit an XML file automatically but my regex and shell script knowledge is very limited. I would appreciate your help fellows. The XML file has this structure: <?xml version="1.0" encoding="UTF-8"?> <map map_file="maps/world.swf" zoom="350%" zoom_x="-115%"... (1 Reply)
Discussion started by: boonymagique
1 Replies

5. UNIX for Advanced & Expert Users

Need help in xslt transformation

Hi I have one input xml file <param name="EXTR_COL" valueDesc="AUTHD_RFLL" value="rx.AUTHD_RFLL" /> There is a mapping parameters in Database. if EXTR_COL is present in input XML then it is mapped to fieldlist. so the o/p XML looks like <fieldlist> <datasource... (1 Reply)
Discussion started by: srinu19
1 Replies

6. HP-UX

Need help for xslt transformation using Shell script

Hi I have one input xml file <param name="EXTR_COL" valueDesc="AUTHD_RFLL" value="rx.AUTHD_RFLL" /> There is a mapping parameters in Database. if EXTR_COL is present in input XML then it is mapped to fieldlist. so the o/p XML looks like <fieldlist> <datasource... (1 Reply)
Discussion started by: srinu19
1 Replies

7. UNIX for Dummies Questions & Answers

urgent help to convert xml to xsl or csv

Urgent help to transfer data from .xml to xl sheet where each attribute and value goes into seperate column.Please help me with the command.Please help Thanks Uma (9 Replies)
Discussion started by: umapearl
9 Replies

8. UNIX for Dummies Questions & Answers

Csh script

Hey all, I've only just started using UNIX coding on my Masters project, so am still learning!! The script I've been writing is literally just for me to get used to writing it and seeing what I can do with some data I've been given. I'm trying to write a script, where the penultimate line... (2 Replies)
Discussion started by: southernlight
2 Replies

9. Shell Programming and Scripting

HTML to XML parser

Hello forum, I am having problems to write a bash script. I am trying to get some information from a web page, I want to format it to XMLTV. This is web page: Programación de las cadenas etb1, etb2, etb3, canal vasco y etb sat | EITB Televisión I want to get something like this: <programme... (1 Reply)
Discussion started by: jlazkano
1 Replies

10. Shell Programming and Scripting

Update perl code with parser

The below perl code imports the data in the attached document. However, I can not seem to update the perl code to include a parser like in the desired tab of that document. Thank you :). Most of the data for the parse is included in the document except for the gene and RNA which can is... (0 Replies)
Discussion started by: cmccabe
0 Replies