Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae86d43

Browse files
committed
Add a reference item pointing to the Namespaces in XML recommendation.
Convert the existing reference items to \seetitle markup.
1 parent 4844998 commit ae86d43

1 file changed

Lines changed: 24 additions & 14 deletions

File tree

Doc/lib/libxmllib.tex

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -236,20 +236,23 @@ \section{\module{xmllib} ---
236236
237237
238238
\begin{seealso}
239-
\seetext{The XML specification, published by the World Wide Web
240-
Consortium (W3C), is available online at
241-
\url{http://www.w3.org/TR/REC-xml}. References to
242-
additional material on XML are available at
243-
\url{http://www.w3.org/XML/}.}
244-
245-
\seetext{The Python XML Topic Guide provides a great deal of information
246-
on using XML from Python and links to other sources of information
247-
on XML. It's located on the Web at
248-
\url{http://www.python.org/topics/xml/}.}
249-
250-
\seetext{The Python XML Special Interest Group is developing substantial
251-
support for processing XML from Python. See
252-
\url{http://www.python.org/sigs/xml-sig/} for more information.}
239+
\seetitle[http://www.w3.org/TR/REC-xml]{Extensible Markup Language
240+
(XML) 1.0}{The XML specification, published by the World
241+
Wide Web Consortium (W3C), defines the syntax and
242+
processor requirements for XML. References to additional
243+
material on XML, including translations of the
244+
specification, are available at
245+
\url{http://www.w3.org/XML/}.}
246+
247+
\seetitle[http://www.python.org/topics/xml/]{Python and XML
248+
Processing}{The Python XML Topic Guide provides a great
249+
deal of information on using XML from Python and links to
250+
other sources of information on XML.}
251+
252+
\seetitle[http://www.python.org/sigs/xml-sig/]{SIG for XML
253+
Processing in Python}{The Python XML Special Interest
254+
Group is developing substantial support for processing XML
255+
from Python.}
253256
\end{seealso}
254257
255258
@@ -272,3 +275,10 @@ \subsection{XML Namespaces \label{xml-namespace}}
272275
273276
An older draft of the XML Namespaces proposal is also recognized, but
274277
triggers a warning.
278+
279+
\begin{seealso}
280+
\seetitle[http://www.w3.org/TR/REC-xml-names/]{Namespaces in XML}{
281+
This World-Wide Web Consortium recommendation describes the
282+
proper syntax and processing requirements for namespaces in
283+
XML.}
284+
\end{seealso}

0 commit comments

Comments
 (0)