CapsuleCorpJX
IS-IT--Management
Ok here is my problem. Newlines are typically two characters, \r\n (carriage return, line feed).
The problem is the VB6 XML class I'm using(MSXML2.DOMDocument40) counts \r\n as two characters, while every other XML App/parser seem to count it as one char.
Is there a way to have it consider \r\n as one character long?
The newlines invalidates some of the XML files I recieve because it bumps it over the size limit by 1.
The problem is the VB6 XML class I'm using(MSXML2.DOMDocument40) counts \r\n as two characters, while every other XML App/parser seem to count it as one char.
Is there a way to have it consider \r\n as one character long?
The newlines invalidates some of the XML files I recieve because it bumps it over the size limit by 1.