After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 68751 - empty literal generates incorrect output???
empty literal generates incorrect output???
Status: VERIFIED FIXED
Product: libxslt
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2002-01-15 10:36 UTC by jonathan.zaid
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jonathan.zaid 2002-01-15 10:36:20 UTC
In the below example, I would expect the output (both Sablot and MSXSL 
return this)
<IMG a="">

Instead libxslt returns: (version info below) 
<IMG a>
---------------------------------------------

<?xml version="1.0"?>
<xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="/">
<IMG a=""/>
</xsl:template>
</xsl:stylesheet>

------------------
version info

Using libxml 20412, libxslt 10009 and libexslt 702
xsltproc was compiled against libxml 20412, libxslt 10009 and libexslt 702
libxslt 10009 was compiled against libxml 20412
libexslt 702 was compiled against libxml 20412
Comment 2 Daniel Veillard 2002-02-12 08:32:39 UTC
This should be fixed in libxml2-2.4.15/libxslt-1.0.12

  thanks,

Daniel