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 64299 - Error with entity expansion with option --html
Error with entity expansion with option --html
Status: VERIFIED INCOMPLETE
Product: libxslt
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2001-11-11 17:00 UTC by T. V. Raman
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description T. V. Raman 2001-11-11 17:00:42 UTC
When xsltproc is invoked using the --html option --there is a bug in how entities get expanded.  If the input file has   --the output ends up containing  Į  --the bug is not specific to   --but appears to show up on all of the pre-defined HTML entities.
Comment 1 Daniel Veillard 2001-11-11 21:34:28 UTC
Hum, I have tried but can't reproduce it.
Could you provide me a couple of examples (html / xslt) ?
I tried with really basic examples and in both cases
(output xml or HTML) the text generated is the
UTF-8 sequence #C2#A0 (visible with --html --debug
ouput).
Maybe your stylesheet should ask of an ISO Latin 1 encoding
ouput ? Could you also  double check the version used, the
kernel version doesn't really help me (though I'm happy to
learn you are using Red Hat :-)

  thanks for further informations you can provide,

Daniel
Comment 2 Daniel Veillard 2001-11-26 09:43:07 UTC
Okay, double checking with Raman, xsltproc behaviour was actually
correct,

Daniel