From 0c0692291e35523e181806ce3d9fe233f3f0da00 Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Sat, 21 Oct 2000 09:25:52 +0000
Subject: [PATCH] Fixed a stoopid URL problem, Daniel.
---
doc/xml.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/xml.html b/doc/xml.html
index 3b04dfb2..61e670c3 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -72,7 +72,7 @@ structured documents/data.
instance, or with an arbitrary Dtd.
Libxml now includes a nearly complete XPath and XPointer implementations.
+ href="http://www.w3.org/TR/xptr">XPointer implementations.
It is written in plain C, making as few assumptions as possible, and
sticking closely to ANSI C/POSIX for easy embedding. Works on
Linux/Unix/Windows, ported to a number of other platforms.
@@ -1342,6 +1342,6 @@ Gnome CVS base under gnome-xml/example
Daniel Veillard
-$Id: xml.html,v 1.54 2000/10/13 10:23:06 veillard Exp $
+$Id: xml.html,v 1.55 2000/10/15 21:06:19 veillard Exp $