Commit ea6e6444 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by Terry Jan Reedy

bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613)

The new link is given in a red box on the old page.
(cherry picked from commit 8d1f2f40)
Co-authored-by: default avatarsblondon <sblondon@users.noreply.github.com>
parent e7197936
...@@ -274,7 +274,7 @@ If the XML input has `namespaces ...@@ -274,7 +274,7 @@ If the XML input has `namespaces
with prefixes in the form ``prefix:sometag`` get expanded to with prefixes in the form ``prefix:sometag`` get expanded to
``{uri}sometag`` where the *prefix* is replaced by the full *URI*. ``{uri}sometag`` where the *prefix* is replaced by the full *URI*.
Also, if there is a `default namespace Also, if there is a `default namespace
<https://www.w3.org/TR/2006/REC-xml-names-20060816/#defaulting>`__, <https://www.w3.org/TR/xml-names/#defaulting>`__,
that full URI gets prepended to all of the non-prefixed tags. that full URI gets prepended to all of the non-prefixed tags.
Here is an XML example that incorporates two namespaces, one with the Here is an XML example that incorporates two namespaces, one with the
......
Update link to w3c doc for xml default namespaces.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment