0
我收到了一個'xml'文件,雖然它看起來不像XML。我知道它是從Microsoft Access或SQLServer導出的。該文件看起來是這樣的:從SQLServer解析XML文件
>>> contents[:1000]
'\xef\xbb\xbf<?xml version="1.0"?><Report xmlns="Ascent_x0_Metadata_x0020_Report_x0020__x002ted"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="Ascent_x0020_Me0_Repo29__x0020_updated http://reportserver?
%2fAsata+Report+(by+Title+Letter)+updated&rs%3aFormat=XML&rc%3aSchema=True"
Name="Ascent Report (by Title Letter) updated">
<table1>
<Detail_Collection>
<Detail ISOCountry="AR" TitleSort="A Very Brady Sequel"
ReleaseYear="1996" TitleKind="N/A" TitleType="N/A"...
此外,我甚至無法在TextMate
打開這個文件 - 每次我嘗試它的時候崩潰的程序。
\ xef \ xbb \ xbf是我不知道這是否有幫助,但就是這樣。它對我來說看起來像XML。在第一對字節中只有一些垃圾? – Dave 2013-02-14 06:37:26