I am creating an XML package whos only job is to go to the database and return some records in XML format. So I am using output method="XML" and then going to the page using /x-myxmlpackage.aspx. The problem is that the ending XML node is getting cut off in the browser even though it's definitely there in the code. Is this a known issue?