aboutsummaryrefslogtreecommitdiffstats
path: root/doc/namespaces.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-05-28 16:28:42 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-05-28 16:28:42 +0000
commitc0801af9f83bdf00d69e540d4fa7ba1f5bda75e6 (patch)
treef7051eee8a0bc2e0f319eebe969a74c3e13c1289 /doc/namespaces.html
parentd5e22ef5802bc1d2d730cded59a700a88abfa47a (diff)
downloadandroid_external_libxml2-c0801af9f83bdf00d69e540d4fa7ba1f5bda75e6.tar.gz
android_external_libxml2-c0801af9f83bdf00d69e540d4fa7ba1f5bda75e6.tar.bz2
android_external_libxml2-c0801af9f83bdf00d69e540d4fa7ba1f5bda75e6.zip
Added docs for 2.4.22, Daniel
Diffstat (limited to 'doc/namespaces.html')
-rw-r--r--doc/namespaces.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/namespaces.html b/doc/namespaces.html
index 33e6c34c..c8e0b7da 100644
--- a/doc/namespaces.html
+++ b/doc/namespaces.html
@@ -104,10 +104,10 @@ value in the long-term. Example:</p>
&lt;/mydoc&gt;</pre>
<p>The namespace value has to be an absolute URL, but the URL doesn't have to
point to any existing resource on the Web. It will bind all the element and
-attributes with that URL. I suggest to use an URL within a domain you control,
-and that the URL should contain some kind of version information if possible.
-For example, <code>&quot;http://www.gnome.org/gnumeric/1.0/&quot;</code> is a good
-namespace scheme.</p>
+attributes with that URL. I suggest to use an URL within a domain you
+control, and that the URL should contain some kind of version information if
+possible. For example, <code>&quot;http://www.gnome.org/gnumeric/1.0/&quot;</code> is a
+good namespace scheme.</p>
<p>Then when you load a file, make sure that a namespace carrying the
version-independent prefix is installed on the root element of your document,
and if the version information don't match something you know, warn the user