> is there any reason that we have only <?xml encoding="..."?> > instead of <?xml version="1.0" encoding="..."?> > as first line in files included by manual.xml?
Yes. Encoding is needed, version is optional :) http://www.w3.org/TR/2000/REC-xml-20001006#sec-TextDecl Goba