Changeset 391 for python/trunk/Doc/library/xml.dom.pulldom.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/xml.dom.pulldom.rst
r2 r391 1 2 1 :mod:`xml.dom.pulldom` --- Support for building partial DOM trees 3 2 ================================================================= … … 10 9 .. versionadded:: 2.0 11 10 11 **Source code:** :source:`Lib/xml/dom/pulldom.py` 12 13 -------------- 14 12 15 :mod:`xml.dom.pulldom` allows building only selected portions of a Document 13 16 Object Model representation of a document from SAX events. 17 18 19 .. warning:: 20 21 The :mod:`xml.dom.pulldom` module is not secure against 22 maliciously constructed data. If you need to parse untrusted or 23 unauthenticated data see :ref:`xml-vulnerabilities`. 14 24 15 25
Note:
See TracChangeset
for help on using the changeset viewer.