5 Mar
2008
5 Mar
'08
3:29 p.m.
Peter Rolf wrote:
Hi,
just wondering. What is the meaning of the separating strings (\13\ ...) between elements? First I thought they were introduced by table.serialize. But trying to index elements showed that they are part of the format.
At a guess, I would assume that that is the textual content of the top-level, that just happens to be only whitespace (backslash + 13 + backslash + <nl> == CRLF). It is useful to retain that, for instance when you want to round-trip an XML file after some adjustments. Best wishes, Taco