Libxslt is the XSLT C library developed for the GNOME project. It provides an implementation of XSLT 1.0 and common extensions like EXSLT. Libxslt is based on libxml2 (for XML parsing, tree manipulation and XPath support).
Questions tagged [libxslt]
110 questions
0
votes
1 answer
disable-output-escaping broken with libxslt library on MacOS Catalina
A curious problem after upgrading to MacOS Catalina and linking against the libxslt and libxml2 included in the 10.15 SDK, is that all uses of disable-output-escaping="yes" are broken and escape the output anyway. A couple examples from various…

Jake Cobb
- 1,811
- 14
- 27
0
votes
1 answer
XSLTProcessor::transformToUri(): Memory allocation failed : reaching arbitrary MAX_URI_LENGTH limit
I have some XML files that I need to "transform" in Html and display on screen.
I have developed a simple script that works -almost- all of the times, using DOMDocument and XSLTProcessor.
The problem is that sometimes it gives this error, and the…

ToX 82
- 1,064
- 12
- 35
0
votes
0 answers
Nokogiri versions 1.10.5 and higher give a false positive validation against ONIX XSD
Nokogiri's versions 1.10.5 and later produces different validation errors to version 1.10.4 against the ONIX v2.1 and v3 XSDs, and I can't find any commits in that release and the changed dependencies (libxml2-2.9.10 and libxslt 1.1.34) which would…

snowangel
- 3,452
- 3
- 29
- 72
0
votes
1 answer
xmlXPathCompOpEval: function node-set not found
I'm implementing several libraries(libxslt, libxml2, libexslt)
for XSLT Processing in my program. I included the header files and .so files to link the libraries to the program, and found out that the linking worked well.
Below is the code using…

BcFlower
- 25
- 3
0
votes
1 answer
xsl:include fails after upgrading PHP version; is libxml/libxslt version mismatch the issue?
I'm running Windows XP with the precompiled PHP binaries available from windows.php.net. I upgraded from PHP 5.2.5 to PHP 5.2.16, and now the xsl:includes in some of my stylesheets stopped working. Testing each version in succession, I discovered…

Wiseguy
- 20,522
- 8
- 65
- 81
0
votes
3 answers
lxml error in python3.4 installation
I'm trying to run the following command in command prompt -
pip install -r requirements.txt
But it shows so many errors and I have no idea how to resolve them as I'm not familiar with python.
The errors are:
1.
Collecting lxml==3.5.0 (from -r…

The doctor
- 29
- 1
- 8
0
votes
1 answer
xsltproc add text before and after multiple files
I'm using the xsltproc utility to transform multiple xml test results into pretty printed console output using a command like the following.
xsltproc stylesheet.xslt testresults/*
Where stylesheet.xslt looks something like this: