Commit graph

6 commits

Author SHA1 Message Date
Soren Jacobsen
60e81dae78 Convert to buildlink3. Update to 1.2a5 because the previous distfile
was no longer available.

Changes:
- Fixed problem that could result in repeated use of the same
    namespace prefix in the same element.
- Fixed import error in ElementInclude, when using the default
    loader (Gustavo Niemeyer).
- Fixed exception when .//tag fails to find matching elements
    (reported by Mike Kent) (@XMLTOOLKIT28)
- Fall back on pre-1.2 find/findtext/findall behaviour if the
    ElementPath module is not installed.  If you don't need path
  support, you can simply copy the ElementTree module to your
  own project.
- Added experimental support for XInclude-style preprocessing.  The
    ElementInclude module expands xi:include elements, using a custom
    resolver.  The current release ignores xi:fallback elements.
- Fixed typo in ElementTree.findtext (reported by Thomas Dartsch)
    (@XMLTOOLKIT25)
- Fixed parsing of periods in element names (reported by Brian
    Vicente) (@XMLTOOLKIT27)
2004-05-02 21:34:06 +00:00
Marc Recht
8ee752470e Fix the PLISTs after the pkgsrc lang/python/extension.mk change.
Also, add python23, python23-pth and remove unneeded compileall.py in
post-install target where appropriate.
2003-09-14 22:00:36 +00:00
Marc Recht
27966ec0ab Update to 1.2 alpha2.
The 1.2 alpha 2 release fixes some minor issues (most notably, nicer
serialization of the "xml" default namespace).
2003-08-15 19:50:27 +00:00
Martti Kuparinen
a1ee2a41ea COMMENT should start with a capital letter. 2003-07-21 17:33:10 +00:00
Marc Recht
963328b075 Update to 1.2 alpha 1.
The 1.2 alpha 1 release adds limited XPath support to the find/findtext
and findall methods.
For information on the XPath subset supported by ElementTree 1.2, see:
http://effbot.org/zone/element-xpath.htm
2003-06-03 11:06:24 +00:00
Marc Recht
f7a82dcd2a Initial import of ElementTree 1.1
The Element type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML infosets,
in memory.

The ElementTree toolkit contains an Element implementation in Python,
and code to read XML and HTML files into trees of Element objects, and
write them out as XML.
2003-05-26 14:24:43 +00:00