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


> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Tim Watts
> Sent: Thursday, August 30, 2001 9:40 AM
> To: xsl-list@lists.mulberrytech.com
> Subject: RE: [xsl] http request - unexpected characters after document
> end
>
>
> Hi Syn-Ti,
>
> I have never known anyone to use document() to call a XML by its full URL
> (http://www.google.com), and am unsure if the specifications for
> XSLT allow
> including an XML which isn't on your own server.
>
> As far as I know, server-side includes (SSI) don't allow includes of other
> host names
>
> ie - you can't do
> <!--# include virtual = "http://www.yahoo.com/include.html"; -->
> only
> <!--# include virtual = "/path/include.htm" -->
>
> I would assume this would be the same for document()
>
> Anyone know?  - I checked out the spec and I couldn't see anything which
> explicitly said you could or couldn't do this, nor was their anything I
> could find in the XSLT books I've got lying around.

Why shouldn't it be allowed? It's useful, it works (if what you get is XML),
and it's not forbidden in the spec.


 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]