Subject: | Bug: Tabs in attribute names |
Date: | Mon, 29 Feb 2016 10:30:20 +0200 |
To: | bug-XML-Bare [...] rt.cpan.org |
From: | Дмитро Захарченко <dimazah30 [...] gmail.com> |
When parsing xml of the following structure
<test2 p="1">valval</test2>
The hash keys for attrubutes contain tabs (' p').
According to XML specification all trailing whitespaces must be ignored.
The script was launched as follows:
"perl script2.pl > out2.txt"
File "out2.txt" was generated by the following vesion of Perl:
"This is perl 5, version 14, subversion 2 (v5.14.2) built for
MSWin32-x86-multi-thread"
on the following OS:
"Microsoft Windows [Version 6.2.9200]"
The problem was also encountered in
"This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi"
on
"Red Hat Enterprise Linux Server release 6.4 (Santiago)"
Message body is not shown because sender requested not to inline it.
Message body is not shown because sender requested not to inline it.