diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-12 17:53:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-12 17:53:48 (GMT) |
commit | ae86d43f11546381cc55e57c01fbad8e5eeea999 (patch) | |
tree | 3c0fb50db0cc7eb66602dc35f3a8c0e39fe00b86 | |
parent | 48449985f45745b06078c82bf01152daff13498d (diff) | |
download | cpython-ae86d43f11546381cc55e57c01fbad8e5eeea999.zip cpython-ae86d43f11546381cc55e57c01fbad8e5eeea999.tar.gz cpython-ae86d43f11546381cc55e57c01fbad8e5eeea999.tar.bz2 |
Add a reference item pointing to the Namespaces in XML recommendation.
Convert the existing reference items to \seetitle markup.
-rw-r--r-- | Doc/lib/libxmllib.tex | 38 |
1 files changed, 24 insertions, 14 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index 10d76ec..7cbb20d 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -236,20 +236,23 @@ implementation calls \method{syntax_error()} to signal an error. \begin{seealso} - \seetext{The XML specification, published by the World Wide Web - Consortium (W3C), is available online at - \url{http://www.w3.org/TR/REC-xml}. References to - additional material on XML are available at - \url{http://www.w3.org/XML/}.} - - \seetext{The Python XML Topic Guide provides a great deal of information - on using XML from Python and links to other sources of information - on XML. It's located on the Web at - \url{http://www.python.org/topics/xml/}.} - - \seetext{The Python XML Special Interest Group is developing substantial - support for processing XML from Python. See - \url{http://www.python.org/sigs/xml-sig/} for more information.} + \seetitle[http://www.w3.org/TR/REC-xml]{Extensible Markup Language + (XML) 1.0}{The XML specification, published by the World + Wide Web Consortium (W3C), defines the syntax and + processor requirements for XML. References to additional + material on XML, including translations of the + specification, are available at + \url{http://www.w3.org/XML/}.} + + \seetitle[http://www.python.org/topics/xml/]{Python and XML + Processing}{The Python XML Topic Guide provides a great + deal of information on using XML from Python and links to + other sources of information on XML.} + + \seetitle[http://www.python.org/sigs/xml-sig/]{SIG for XML + Processing in Python}{The Python XML Special Interest + Group is developing substantial support for processing XML + from Python.} \end{seealso} @@ -272,3 +275,10 @@ if it were \code{'http://www.w3.org/TR/REC-html40 src'}. An older draft of the XML Namespaces proposal is also recognized, but triggers a warning. + +\begin{seealso} + \seetitle[http://www.w3.org/TR/REC-xml-names/]{Namespaces in XML}{ + This World-Wide Web Consortium recommendation describes the + proper syntax and processing requirements for namespaces in + XML.} +\end{seealso} |