[xml] xinclude and content negociation
- From: Frédéric Laurent <fl opikanoba org>
- To: xml gnome org
- Subject: [xml] xinclude and content negociation
- Date: Sun, 10 Apr 2005 01:50:23 +0200 (CEST)
Hello
I'm trying to make an xml inclusion via xinclude. I want to test the
content negocation facility. Then I made a small xinclude statement :
<xi:include href="http://httpd.apache.org/docs-2.0"
accept-language="fr">
When I print the document title (h1)
$ xmllint --xinclude test-accept.html | grep h1
<div id="page-content"><h1>Apache HTTP Server Version 2.0
Documentation</h1>
I've got the default english version.
When I make a test with wget, the result is correct :
$ wget --header="Accept-Language: fr" http://httpd.apache.org/docs-2.0 $
grep h1 index.html
<div id="page-content"><h1>Documentation du Serveur Apache Version 2.0</h1>
Then is this a bug of the xinclude processor ? Or Am I wrong ?
My libxml version is 2.6.17.
regards
Frédéric Laurent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]