Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libxslt(3) [opensolaris 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 on http://opensolaris.org. Documentation for libxslt is available on-line at http://www.xmlsoft.org/XSLT. 17 Jul 2002 libxslt(3)

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

11 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Gnome malfunctioning

I dual-booted a Pentium 166 with 48mbs of RAM and 2 gig HD between Windows 95 and Redhat 7. I installed the workstation setup, and selected Gnome as my GUI. Everything went fine, setup was great, no bugs. My monitor is ancient, so it was in the monitor list, and I entered my VRAM as 1mb. ... (1 Reply)
Discussion started by: Furtoes00
1 Replies

2. UNIX for Dummies Questions & Answers

Gnome doing strange things.

I dual-booted a Pentium 166 with 48mbs of RAM and 2 gig HD between Windows 95 and Redhat 7. I installed the workstation setup, and selected Gnome as my GUI. Everything went fine, setup was great, no bugs. My monitor is ancient, so it was in the monitor list, and I entered my VRAM as 1mb. All... (5 Replies)
Discussion started by: Furtoes00
5 Replies

3. BSD

Help with installing Gnome on FreeBSD

Recently, i have installed FreeBSD 5.3 on my computer. I then proceeded to install the latest version of Gnome. I went to the FreeBSD handbook and looked up how to set Gnome as my default window manager, and for some reason it did not work. I was wondering what exactly the command is to do set... (4 Replies)
Discussion started by: jgmyshko
4 Replies

4. Programming

How compile sample libxslt program?

What are the command I use to compile the sample program at the bottom of the page of http://xmlsoft.org/XSLT/tutorial/libxslttutorial.html? Here are my attempts: g++ -c libxslt_tutorial.cpp -I/usr/include/libxml2 g++ libxslt_tutorial.o -l xslt -l xml Here are the errors I get when I try... (1 Reply)
Discussion started by: siegfried
1 Replies

5. UNIX for Advanced & Expert Users

What happens when an exe/lib links to another shared one:

We build our code on all platforms Sol, Hp, Aix, Sgi & linux. Some base libraries have changed. All the dependent exe & lib which use those base libraries have changed in all platforms in terms of size/checksum or both except linux. No code has changed in these. We have a post utility... (8 Replies)
Discussion started by: vibhor_agarwali
8 Replies

6. Linux

Problem in loading library

I am trying to run seagull tool. But when i start it following error shown |E|Unable to open library file error |A|STOP log Please help me how i can recover from it. (1 Reply)
Discussion started by: mansoorulhaq
1 Replies

7. Shell Programming and Scripting

Facing issue while using xsltproc tp parse XML in bash

I have written a bash script which opens a folder, reads all the *.xml files in it, and pulls the required data that i need from XML tags. I am using xsltproc (my xsl name) (my xml folder location/*.xml) and running this in a for each loop The problem is that some XML files are having special... (3 Replies)
Discussion started by: shivashankar.g
3 Replies

8. Programming

Linkers and Loaders: how to (if possible) specify relative path for shared library to the loader

Hi, first of all I apologize if this is not the right section to post this question, but I didn't know where else to post it. I've developed an application which uses a shared library developed by me. Basically I want to give both the application and the shared library without the source,... (2 Replies)
Discussion started by: emitrax
2 Replies

9. Shell Programming and Scripting

xsltproc command in Unix

Can anybody suggest me , why i do get this error, $ xsltproc 2010.09.maSubscriber1.xsl 2010.09.maSubscriber.xml 2010.09.manageSubscriber1.xsl:1: parser error : Extra content at the end of the document Info></InfoList></maSubscriberServices></soapenv:Body></soapenv:Envelope> ... (1 Reply)
Discussion started by: baraghun
1 Replies

10. Solaris

Gnome config daemon gconfd-2 running out of file descriptors

Hello, I need to increase the maximum number of open files for the Gnome configuration daemon, /usr/lib/gconfd-2. There is one of these for each username, no matter how many sessions they've got. We have lots of people using DTUs to log into a Sun Ray server using the same account (bad idea,... (3 Replies)
Discussion started by: Twirlip
3 Replies

11. UNIX and Linux Applications

/usr/bin/ld: cannot find -lz error

I am installing lxml module for python on redhat I have installed libxml2 already. When I run for libxslt: ./configure --prefix=libxslt_folder --with-libxml-prefix=libxml2_folder It is ok the I run : make I have error: /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status I... (4 Replies)
Discussion started by: AIX_30
4 Replies