This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: http request - unexpected characters after document end


> I want to access an x(ht)ml file from a live site using 
> document(). However, no matter what URL I try, I keep getting 
> an error about 'unexpected characters after document end'. 
> Anyone else had this problem?

The document returned from http://www.google.com/ is HTML, so your XML
parser will not process it. Either use live sites that use XHTML or XML, or
use an HTML parser to parse the documents.

Jarno

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]