我有像這樣XDocument.Load失去宣言
<?xml version="1.0" encoding="us-ascii"?>
<AutomatedDispenseResponse>
<header shipmentNumber=""></header>
<items></items>
</AutomatedDispenseResponse>
一個XML模板文件,當我使用XDocument.Load,由於某種原因,
<?xml version="1.0" encoding="us-ascii"?>
被丟棄。
如何將文件加載到XDocument中而不會丟失頂部的聲明?
我發現不久後發佈(當然)。自從它調用ToString()以來,intellisense就拋棄了我。我只需要做一些像http://stackoverflow.com/questions/957124/how-to-print-xml-version1-0-using-xdocument/957161#957161 – Kenoyer130 2010-08-05 14:30:54