Анализ XML по R всегда возвращает ошибку объявления XML

Я новичок в XML. Я скачал XML-файл с именем ipg140722 с Google Drive,http://www.google.com/googlebooks/uspto-patents-grants-text.html Я использовал Window 8.1, R 3.1.1,

library(XML)
url<- "E:\\clouddownload\\R-download\\ipg140722.xml"
indata<- xmlTreeParse(url)

XML declaration allowed only at the start of the document
Extra content at the end of the document
error: 1: XML declaration allowed only at the start of the document
2: Extra content at the end of the document

  what is the problem

Ответы на вопрос(1)

Ваш ответ на вопрос