I notice that GS uses entity coding for any special chars like "<>&" in the CDATA sections of the XML files.
I'm certainly no XML guru, but my understanding of CDATA is that you don't need to do that, in that the point of having a CDATA section is that the XML parser parses it as is without any conversions? Is there a particular reason that GS does it this way? Perhaps for a subsequent parser further down the processing stream?
The reason I ask is because I will be hand-editing the XML files and would much prefer not to have to use entity coding if I don't really need to.
Many thanks,
Nick
I'm certainly no XML guru, but my understanding of CDATA is that you don't need to do that, in that the point of having a CDATA section is that the XML parser parses it as is without any conversions? Is there a particular reason that GS does it this way? Perhaps for a subsequent parser further down the processing stream?
The reason I ask is because I will be hand-editing the XML files and would much prefer not to have to use entity coding if I don't really need to.
Many thanks,
Nick
My blog: http://www.nickcoleman.org/blog