Line of white space on first line of an XML string

JohnnyzazA

New Member
I have a little problem with a string that I am outputting to an XML reader, the first line of the string is a line of white space and I can't seem to get rid of it , when I try to read the string it is giving me this error because of the line of white space at the very top. \[code\]Error on line 5 of document: The processing instruction target matching "[xX][mM][lL]" is not allowed. Nested exception: The processing instruction target matching "[xX][mM][lL]" is not allowed."\[/code\]
 
Back
Top