Stef, if you have <a><b>foo</b></a> and then you indent it <a> <b>foo</b> </a> you insert after <a> a newline and spaces or tabs as well as after </b>. In this case the whitespace between <a> and <b> is valid but ignorable. Norbert
Am 27.04.2016 um 09:12 schrieb stepharo <stepharo@free.fr>:
Hi guys
I did not understand where are the spaces?
Can you show me?
Stef
(XMLDOMParser parse: '<?xml version="1.0" encoding="UTF-8"?> <!--clones description file--> <Clones> <ClonedFragment cloneName="test"> <Member fileName="ProgramA"/> <Member fileName="ProgramB"/> </ClonedFragment> <ClonedFragment cloneName="test2"> <Member fileName="ProgramA"/> <Member fileName="ProgramB"/> </ClonedFragment> </Clones>') elements first nodes
With the release 2.7.4 we get 2 nodes but in release 2.7.6 we get 5 nodes. The 2 previous ones and 3 empty String nodes.
I think this is not what we expect. Correct me if I am wrong :)