Hello!
I cannot parse the following file:
<?xml version="1.0" ?>
<t>3</t >
The problem is that the end tag contains a white
space. But as far as I can understand this file complies XML specification since an end tag is declared as follows:
ETag ::= '</' Name S? '>'
So to my mind this white space should be simply ignored. Am I right?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I cannot parse the following file:
<?xml version="1.0" ?>
<t>3</t >
The problem is that the end tag contains a white
space. But as far as I can understand this file complies XML specification since an end tag is declared as follows:
ETag ::= '</' Name S? '>'
So to my mind this white space should be simply ignored. Am I right?
It should work fine, as you say. Please file a bug and include either small code that shows the bug or a zip of an XML file that demonstrates the bug.
thanks!
lee