From: Kim Nguyễn Date: Fri, 12 Oct 2012 14:37:51 +0000 (+0200) Subject: BUG added: [fc7c30b28705] Wrong display of empty attributes. X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Fxpathcomp.git;a=commitdiff_plain;h=74b1846e3cd292f98a01e36c9cada9d283ac23f0 BUG added: [fc7c30b28705] Wrong display of empty attributes. --- diff --git a/bugs/all/fc7c30b28705_Wrong_display_of_empty_attributes b/bugs/all/fc7c30b28705_Wrong_display_of_empty_attributes new file mode 100644 index 0000000..6ddcdbb --- /dev/null +++ b/bugs/all/fc7c30b28705_Wrong_display_of_empty_attributes @@ -0,0 +1,17 @@ +title: Wrong display of empty attributes. +status: OPEN +reported by: Kim Nguyễn +last modified: 2012-10-12 16:36:51+0200 +date: 2012-10-12 16:36:51+0200 +author: Kim Nguyễn +assigned to: Kim Nguyễn + +-- opened by Kim Nguyễn on 2012-10-12 16:36:51+0200 + +Problem description: empty arguments are displayed containing +character \001 which is used internally to represent empty texts. + +How to reproduce: + display the document +Proposed solution: + Fix the print function in the XMLTree code. diff --git a/bugs/open/fc7c30b28705_Wrong_display_of_empty_attributes b/bugs/open/fc7c30b28705_Wrong_display_of_empty_attributes new file mode 120000 index 0000000..75092de --- /dev/null +++ b/bugs/open/fc7c30b28705_Wrong_display_of_empty_attributes @@ -0,0 +1 @@ +../all/fc7c30b28705_Wrong_display_of_empty_attributes \ No newline at end of file