diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-05-28 16:28:42 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-05-28 16:28:42 +0000 |
commit | c0801af9f83bdf00d69e540d4fa7ba1f5bda75e6 (patch) | |
tree | f7051eee8a0bc2e0f319eebe969a74c3e13c1289 /doc/namespaces.html | |
parent | d5e22ef5802bc1d2d730cded59a700a88abfa47a (diff) | |
download | libxml2-c0801af9f83bdf00d69e540d4fa7ba1f5bda75e6.tar.gz |
Added docs for 2.4.22, Daniel
Diffstat (limited to 'doc/namespaces.html')
-rw-r--r-- | doc/namespaces.html | 8 |
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> </mydoc></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>"http://www.gnome.org/gnumeric/1.0/"</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>"http://www.gnome.org/gnumeric/1.0/"</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 |