GNOME Bugzilla – Bug 59981
escaping bug
Last modified: 2009-08-15 18:40:50 UTC
> > <bar xxx="b&#38;b"/> It should be "b&b" or "b&b" if the input is "b&b" or "b&b" (the actual value is "b&b", that must be escaped) See the mailinglist for more details.
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
Okay there was an actual escaping bug. I fixed it in libxml CVS: http://cvs.gnome.org/bonsai/cvsquery.cgi?module=gnome-xml&branch=HEAD&branchtype=match&dir=gnome-xml&file=&filetype=match&who=veillard&whotype=match&sortby=Date&hours=&date=explicit&mindate=09%2F11%2F01+05%3A26&maxdate=09%2F11%2F01+05%3A28&cvsroot=%2Fcvs%2Fgnome thanks for the report ! Daniel
Okay, this should be closed by release 1.0.4, thanks, Daniel