Hi,
For the following attribute what will be the normalized value, the attribute is of type NMTOKENS
<doc a=" x  y "></doc>
Will it be
A=x y
Or
A= x y
Libxml returns the second value after Normalization
Thanks & Regards
Ashwin