J
JustSomeGuy
Is there a difference between these two xml statments?
<stuff>1</stuff>
vs
<stuff>
1
</stuff>
Is there something in the standard that specifies that the data parsers
should stip leading and trailing white space?
Just curious because i'm using the later of the two examples and it seems
like my xml is being rejected and I was
wondering if it was simply the white space around the '1'.
TIA
<stuff>1</stuff>
vs
<stuff>
1
</stuff>
Is there something in the standard that specifies that the data parsers
should stip leading and trailing white space?
Just curious because i'm using the later of the two examples and it seems
like my xml is being rejected and I was
wondering if it was simply the white space around the '1'.
TIA