I have a large xml file which I created from a large flat file, using LTE translator. The xml file has a size of 123,131 characters (ok, so it's not THAT large). When I create the file using the translator in VisualBasic 6.0, and print the results in the immediate window, it is quite malformed (there is a lot of white space, due to some very large empty fields in the flat file).
If I copy all the text and paste it into xmlHack then click the format button, I get a lot of errors when validating the xml.
While the extra white space is gone, many lines are broken, causing the errors. If I find these lines, then join them again, all is well.
So the question is, why does xmlHack break lines in wierd places when formatting?
If I copy all the text and paste it into xmlHack then click the format button, I get a lot of errors when validating the xml.
While the extra white space is gone, many lines are broken, causing the errors. If I find these lines, then join them again, all is well.
So the question is, why does xmlHack break lines in wierd places when formatting?
