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 59981 - escaping bug
escaping bug
Status: VERIFIED FIXED
Product: libxslt
Classification: Platform
Component: general
unspecified
Other FreeBSD
: Normal normal
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2001-09-04 06:08 UTC by Robert Klep
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Robert Klep 2001-09-04 06:08:49 UTC
> >         <bar xxx="b&amp;#38;b"/>

It should be "b&amp;b" or "b&#38;b" if the input is "b&amp;b" or "b&#38;b"
(the actual value is "b&b", that must be escaped)

See the mailinglist for more details.
Comment 1 Daniel Veillard 2001-09-10 19:56:13 UTC
Actually Thomas answer on this seems right:

http://mail.gnome.org/archives/xslt/2001-September/msg00002.html

 i.e. not a bug, a feature :-)

Daniel
Comment 3 Daniel Veillard 2001-09-15 17:43:47 UTC
Okay, this should be closed by release 1.0.4,

 thanks,

Daniel