GNOME Bugzilla – Bug 64299
Error with entity expansion with option --html
Last modified: 2009-08-15 18:40:50 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.
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
Okay, double checking with Raman, xsltproc behaviour was actually correct, Daniel