Subject: RE: http request - unexpected characters after document end
From: Jarno.Elovirta@xxxxxxxxx
Date: Thu, 30 Aug 2001 10:29:28 +0300
|
> 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
|