> When I am using Xalan, I encounter a error: > The XML declaration may only appear at the very beginning of the document.
The XML declaration must be at the VERY beginning of the file -- no
whitespace or anything else is allowed before the declaration. Microsoft's
parser is broken to tolerate the leading whitespace.
-- Paul
