BUG closed: [fc7c30b] Wrong display of empty attributes.
[SXSI/xpathcomp.git] / bugs / all / fc7c30b28705_Wrong_display_of_empty_attributes
1 title: Wrong display of empty attributes.
2 status: CLOSED
3 reported by: Kim Nguyễn
4 last modified: 2012-10-12 20:54:57+0200
5 date: 2012-10-12 16:36:51+0200
6 author: Kim Nguyễn
7 assigned to: Kim Nguyễn
8
9 -- opened by Kim Nguyễn on 2012-10-12 16:36:51+0200
10
11 Problem description: empty arguments are displayed containing
12 character \001 which is used internally to represent empty texts.
13
14 How to reproduce:
15     display the document <a id="" />
16 Proposed solution:
17     Fix the print function in the XMLTree code.
18 -- closed by Kim Nguyễn on 2012-10-12 20:54:57+0200
19 Fixed by commit f01f30f68fea in XMLTree.
20 FIXED