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)
Check Out this Related Man Page
xslt-config(1) General Commands Manual xslt-config(1)NAME
xslt-config - script to get information about the installed version of libxslt
SYNOPSIS
xslt-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--libs] [--cflags] [--version] [--help]
DESCRIPTION
xslt-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use
libxslt.
OPTIONS
xslt-config accepts the following options:
--version
Print the currently installed version of libxslt on the standard output.
--libs Print the linker flags that are necessary to link a libxslt program.
--cflags
Print the compiler flags that are necessary to compile a libxslt program.
--prefix=PREFIX
If specified, use PREFIX instead of the installation prefix that libxslt was built with when computing the output for the --cflags
and --libs options. This option must be specified before any --libs or --cflags options.
--exec-prefix=PREFIX
If specified, use PREFIX instead of the executable prefix that libxslt was built with when computing the output for the --cflags
and --libs options. This option must be specified before any --libs or --cflags options.
AUTHORS
Daniel Veillard (daniel@veillard.com)
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 xslt-config(1)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
Hello, please which virtualisation is most ligtweight and compatible with Debian and Gnome?
I wish to run Android OS in an container and be able to see android desktop from my Gnome
Thank you (0 Replies)