Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
f8b6abd9
Kaydet (Commit)
f8b6abd9
authored
Kas 24, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#1355: remove mention of PyXML from xml.dom docs.
üst
586edab2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
xml.dom.rst
Doc/library/xml.dom.rst
+8
-9
No files found.
Doc/library/xml.dom.rst
Dosyayı görüntüle @
f8b6abd9
...
@@ -31,11 +31,14 @@ representation for XML data.
...
@@ -31,11 +31,14 @@ representation for XML data.
The Document Object Model is being defined by the W3C in stages, or "levels" in
The Document Object Model is being defined by the W3C in stages, or "levels" in
their terminology. The Python mapping of the API is substantially based on the
their terminology. The Python mapping of the API is substantially based on the
DOM Level 2 recommendation. The mapping of the Level 3 specification, currently
DOM Level 2 recommendation.
only available in draft form, is being developed by the `Python XML Special
Interest Group <http://www.python.org/sigs/xml-sig/>`_ as part of the `PyXML
.. XXX PyXML is dead...
package <http://pyxml.sourceforge.net/>`_. Refer to the documentation bundled
.. The mapping of the Level 3 specification, currently
with that package for information on the current state of DOM Level 3 support.
only available in draft form, is being developed by the `Python XML Special
Interest Group <http://www.python.org/sigs/xml-sig/>`_ as part of the `PyXML
package <http://pyxml.sourceforge.net/>`_. Refer to the documentation bundled
with that package for information on the current state of DOM Level 3 support.
.. % What if your needs are somewhere between SAX and the DOM? Perhaps
.. % What if your needs are somewhere between SAX and the DOM? Perhaps
.. % you cannot afford to load the entire tree in memory but you find the
.. % you cannot afford to load the entire tree in memory but you find the
...
@@ -76,10 +79,6 @@ implementations are free to support the strict mapping from IDL). See section
...
@@ -76,10 +79,6 @@ implementations are free to support the strict mapping from IDL). See section
`Document Object Model (DOM) Level 1 Specification <http://www.w3.org/TR/REC-DOM-Level-1/>`_
`Document Object Model (DOM) Level 1 Specification <http://www.w3.org/TR/REC-DOM-Level-1/>`_
The W3C recommendation for the DOM supported by :mod:`xml.dom.minidom`.
The W3C recommendation for the DOM supported by :mod:`xml.dom.minidom`.
`PyXML <http://pyxml.sourceforge.net>`_
Users that require a full-featured implementation of DOM should use the PyXML
package.
`Python Language Mapping Specification <http://www.omg.org/docs/formal/02-11-05.pdf>`_
`Python Language Mapping Specification <http://www.omg.org/docs/formal/02-11-05.pdf>`_
This specifies the mapping from OMG IDL to Python.
This specifies the mapping from OMG IDL to Python.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment