diff options
author | drochner <drochner> | 2002-09-12 18:12:02 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-09-12 18:12:02 +0000 |
commit | a90cd671ca2c2cb70f719637daf726d38526c26f (patch) | |
tree | ce948b11f96391893cf0dcd16e4835848c19cb88 /www/zope25-ParsedXML | |
parent | 687c2a5cc34013d2c4f62763cf5bdf4721800da7 (diff) | |
download | pkgsrc-a90cd671ca2c2cb70f719637daf726d38526c26f.tar.gz |
XML processing for other Zope products
Diffstat (limited to 'www/zope25-ParsedXML')
-rw-r--r-- | www/zope25-ParsedXML/DESCR | 3 | ||||
-rw-r--r-- | www/zope25-ParsedXML/Makefile | 17 | ||||
-rw-r--r-- | www/zope25-ParsedXML/PLIST | 490 | ||||
-rw-r--r-- | www/zope25-ParsedXML/distinfo | 4 |
4 files changed, 514 insertions, 0 deletions
diff --git a/www/zope25-ParsedXML/DESCR b/www/zope25-ParsedXML/DESCR new file mode 100644 index 00000000000..d82e2016e09 --- /dev/null +++ b/www/zope25-ParsedXML/DESCR @@ -0,0 +1,3 @@ +Parsed XML allows you to use XML objects in the Zope environment. +You can create XML documents in Zope and leverage Zope to format, +query, and manipulate XML. diff --git a/www/zope25-ParsedXML/Makefile b/www/zope25-ParsedXML/Makefile new file mode 100644 index 00000000000..8c62483b98f --- /dev/null +++ b/www/zope25-ParsedXML/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/12 18:12:02 drochner Exp $ + +DISTNAME= ParsedXML-1.3.0 +PKGNAME= zope25-ParsedXML-1.3.0 +CATEGORIES= www +MASTER_SITES= http://www.zope.org/Members/faassen/ParsedXML/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.zope.org/Members/faassen/ParsedXML +COMMENT= allows you to use XML objects in the Zope environment + +ZOPE_COPYPRODUCT= zope-std-copyproduct-short + +.include "../../www/zope25/product.mk" +.include "../../textproc/pyxml/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/zope25-ParsedXML/PLIST b/www/zope25-ParsedXML/PLIST new file mode 100644 index 00000000000..efa2233def6 --- /dev/null +++ b/www/zope25-ParsedXML/PLIST @@ -0,0 +1,490 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/12 18:12:02 drochner Exp $ +lib/zope/lib/python/Products/ParsedXML/CHANGES.txt +lib/zope/lib/python/Products/ParsedXML/CREDITS.txt +lib/zope/lib/python/Products/ParsedXML/DOM/Core.py +lib/zope/lib/python/Products/ParsedXML/DOM/Core.pyc +lib/zope/lib/python/Products/ParsedXML/DOM/Exceptions.py +lib/zope/lib/python/Products/ParsedXML/DOM/Exceptions.pyc +lib/zope/lib/python/Products/ParsedXML/DOM/ExpatBuilder.py +lib/zope/lib/python/Products/ParsedXML/DOM/ExpatBuilder.pyc +lib/zope/lib/python/Products/ParsedXML/DOM/LoadSave.py +lib/zope/lib/python/Products/ParsedXML/DOM/LoadSave.pyc +lib/zope/lib/python/Products/ParsedXML/DOM/SAXBuilder.py +lib/zope/lib/python/Products/ParsedXML/DOM/SAXBuilder.pyc +lib/zope/lib/python/Products/ParsedXML/DOM/Traversal.py +lib/zope/lib/python/Products/ParsedXML/DOM/Traversal.pyc +lib/zope/lib/python/Products/ParsedXML/DOM/XMLExtended.py +lib/zope/lib/python/Products/ParsedXML/DOM/XMLExtended.pyc +lib/zope/lib/python/Products/ParsedXML/DOM/__init__.py +lib/zope/lib/python/Products/ParsedXML/DOM/__init__.pyc +lib/zope/lib/python/Products/ParsedXML/DOMProxy.py +lib/zope/lib/python/Products/ParsedXML/DOMProxy.pyc +lib/zope/lib/python/Products/ParsedXML/Example.zexp +lib/zope/lib/python/Products/ParsedXML/ExtraDOM.py +lib/zope/lib/python/Products/ParsedXML/ExtraDOM.pyc +lib/zope/lib/python/Products/ParsedXML/INSTALL.txt +lib/zope/lib/python/Products/ParsedXML/LICENSE.Fourthought +lib/zope/lib/python/Products/ParsedXML/LICENSE.txt +lib/zope/lib/python/Products/ParsedXML/ManageableDOM.py +lib/zope/lib/python/Products/ParsedXML/ManageableDOM.pyc +lib/zope/lib/python/Products/ParsedXML/NodePath/ElementIdPath.py +lib/zope/lib/python/Products/ParsedXML/NodePath/ElementIdPath.pyc +lib/zope/lib/python/Products/ParsedXML/NodePath/NodePath.py +lib/zope/lib/python/Products/ParsedXML/NodePath/NodePath.pyc +lib/zope/lib/python/Products/ParsedXML/NodePath/README.txt +lib/zope/lib/python/Products/ParsedXML/NodePath/RobustPath.py +lib/zope/lib/python/Products/ParsedXML/NodePath/RobustPath.pyc +lib/zope/lib/python/Products/ParsedXML/NodePath/__init__.py +lib/zope/lib/python/Products/ParsedXML/NodePath/__init__.pyc +lib/zope/lib/python/Products/ParsedXML/NodePath/tests/test_nodepath.py +lib/zope/lib/python/Products/ParsedXML/ParsedXML.py +lib/zope/lib/python/Products/ParsedXML/ParsedXML.pyc +lib/zope/lib/python/Products/ParsedXML/PrettyPrinter.py +lib/zope/lib/python/Products/ParsedXML/PrettyPrinter.pyc +lib/zope/lib/python/Products/ParsedXML/Printer.py +lib/zope/lib/python/Products/ParsedXML/Printer.pyc +lib/zope/lib/python/Products/ParsedXML/README.DOMProxy +lib/zope/lib/python/Products/ParsedXML/README.parseprint +lib/zope/lib/python/Products/ParsedXML/README.txt +lib/zope/lib/python/Products/ParsedXML/StrIO.py +lib/zope/lib/python/Products/ParsedXML/StrIO.pyc +lib/zope/lib/python/Products/ParsedXML/TransPubDOMProxy.py +lib/zope/lib/python/Products/ParsedXML/TransPubDOMProxy.pyc +lib/zope/lib/python/Products/ParsedXML/__init__.py +lib/zope/lib/python/Products/ParsedXML/__init__.pyc +lib/zope/lib/python/Products/ParsedXML/dtml/DOMTree.dtml +lib/zope/lib/python/Products/ParsedXML/dtml/documentAdd.dtml +lib/zope/lib/python/Products/ParsedXML/dtml/persEdit.dtml +lib/zope/lib/python/Products/ParsedXML/dtml/transEdit.dtml +lib/zope/lib/python/Products/ParsedXML/help/Core.py +lib/zope/lib/python/Products/ParsedXML/help/Core.pyc +lib/zope/lib/python/Products/ParsedXML/help/ExpatBuilder.py +lib/zope/lib/python/Products/ParsedXML/help/ExpatBuilder.pyc +lib/zope/lib/python/Products/ParsedXML/help/ExtraDOM.py +lib/zope/lib/python/Products/ParsedXML/help/ExtraDOM.pyc +lib/zope/lib/python/Products/ParsedXML/help/ManageableDOM.py +lib/zope/lib/python/Products/ParsedXML/help/ManageableDOM.pyc +lib/zope/lib/python/Products/ParsedXML/help/ParsedXML +lib/zope/lib/python/Products/ParsedXML/help/ParsedXML.stx +lib/zope/lib/python/Products/ParsedXML/help/ParsedXML_DOM.stx +lib/zope/lib/python/Products/ParsedXML/help/ParsedXML_Edit.stx +lib/zope/lib/python/Products/ParsedXML/help/ParsedXML_Raw.stx +lib/zope/lib/python/Products/ParsedXML/help/ParsedXML_Security.stx +lib/zope/lib/python/Products/ParsedXML/help/ParsedXML_URLTraversal.stx +lib/zope/lib/python/Products/ParsedXML/help/ParsedXML_Upload.stx +lib/zope/lib/python/Products/ParsedXML/help/Printer.py +lib/zope/lib/python/Products/ParsedXML/help/Printer.pyc +lib/zope/lib/python/Products/ParsedXML/help/Traversal.py +lib/zope/lib/python/Products/ParsedXML/help/Traversal.pyc +lib/zope/lib/python/Products/ParsedXML/help/XMLExtended.py +lib/zope/lib/python/Products/ParsedXML/help/XMLExtended.pyc +lib/zope/lib/python/Products/ParsedXML/main.dtml +lib/zope/lib/python/Products/ParsedXML/tests/.cvsignore +lib/zope/lib/python/Products/ParsedXML/tests/README +lib/zope/lib/python/Products/ParsedXML/tests/__init__.py +lib/zope/lib/python/Products/ParsedXML/tests/domapi/Base.py +lib/zope/lib/python/Products/ParsedXML/tests/domapi/CoreLvl1.py +lib/zope/lib/python/Products/ParsedXML/tests/domapi/CoreLvl2.py +lib/zope/lib/python/Products/ParsedXML/tests/domapi/CoreLvl3.py +lib/zope/lib/python/Products/ParsedXML/tests/domapi/Load3.py +lib/zope/lib/python/Products/ParsedXML/tests/domapi/TraversalLvl2.py +lib/zope/lib/python/Products/ParsedXML/tests/domapi/XMLLvl1.py +lib/zope/lib/python/Products/ParsedXML/tests/domapi/XMLLvl2.py +lib/zope/lib/python/Products/ParsedXML/tests/domapi/__init__.py +lib/zope/lib/python/Products/ParsedXML/tests/domloader.py +lib/zope/lib/python/Products/ParsedXML/tests/domtester.py +lib/zope/lib/python/Products/ParsedXML/tests/profParse.py +lib/zope/lib/python/Products/ParsedXML/tests/profPrinter.py +lib/zope/lib/python/Products/ParsedXML/tests/profPyXMLParse.py +lib/zope/lib/python/Products/ParsedXML/tests/profPyXMLPrinter.py +lib/zope/lib/python/Products/ParsedXML/tests/test_ODB.py +lib/zope/lib/python/Products/ParsedXML/tests/test_acquisition.py +lib/zope/lib/python/Products/ParsedXML/tests/test_all.py +lib/zope/lib/python/Products/ParsedXML/tests/test_aqpain.py +lib/zope/lib/python/Products/ParsedXML/tests/test_collection.py +lib/zope/lib/python/Products/ParsedXML/tests/test_dom.py +lib/zope/lib/python/Products/ParsedXML/tests/test_elementid.py +lib/zope/lib/python/Products/ParsedXML/tests/test_parser.py +lib/zope/lib/python/Products/ParsedXML/tests/test_persistence.py +lib/zope/lib/python/Products/ParsedXML/tests/test_prettyprinter.py +lib/zope/lib/python/Products/ParsedXML/tests/test_printer.py +lib/zope/lib/python/Products/ParsedXML/tests/test_pyxmldom.py +lib/zope/lib/python/Products/ParsedXML/tests/test_truthable.py +lib/zope/lib/python/Products/ParsedXML/tests/test_wrappeddom.py +lib/zope/lib/python/Products/ParsedXML/tests/test_zopeinterface.py +lib/zope/lib/python/Products/ParsedXML/tests/xml/4ohn4ktj.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/README.ParsedXML +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/001.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/002.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/003.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/004.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/005.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/006.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/007.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/008.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/009.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/010.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/011.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/012.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/013.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/014.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/015.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/016.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/017.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/018.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/019.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/020.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/021.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/022.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/023.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/024.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/025.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/026.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/027.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/028.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/029.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/030.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/031.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/032.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/033.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/034.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/035.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/036.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/037.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/038.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/039.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/040.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/041.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/042.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/043.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/044.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/045.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/046.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/047.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/048.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/049.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/050.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/051.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/052.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/053.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/054.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/055.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/056.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/057.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/058.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/059.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/060.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/061.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/062.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/063.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/064.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/065.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/066.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/067.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/068.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/069.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/070.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/071.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/072.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/073.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/074.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/075.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/076.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/077.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/078.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/079.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/080.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/081.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/082.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/083.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/084.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/085.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/086.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/087.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/088.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/089.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/090.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/091.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/092.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/093.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/094.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/095.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/096.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/097.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/098.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/099.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/100.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/101.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/102.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/103.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/104.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/105.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/106.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/107.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/108.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/109.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/110.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/111.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/112.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/113.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/114.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/115.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/116.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/117.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/118.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/119.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/001.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/002.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/003.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/004.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/005.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/006.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/007.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/008.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/009.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/010.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/011.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/012.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/013.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/014.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/015.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/016.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/017.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/018.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/019.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/020.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/021.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/022.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/023.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/024.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/025.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/026.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/027.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/028.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/029.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/030.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/031.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/032.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/033.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/034.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/035.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/036.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/037.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/038.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/039.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/040.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/041.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/042.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/043.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/044.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/045.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/046.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/047.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/048.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/049.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/050.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/051.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/052.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/053.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/054.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/055.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/056.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/057.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/058.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/059.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/060.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/061.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/062.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/063.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/064.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/065.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/066.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/067.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/068.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/069.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/070.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/071.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/072.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/073.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/074.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/075.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/076.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/077.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/078.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/079.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/080.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/081.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/082.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/083.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/084.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/085.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/086.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/087.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/088.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/089.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/090.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/091.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/092.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/093.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/094.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/095.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/096.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/097.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/098.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/099.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/100.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/101.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/102.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/103.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/104.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/105.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/106.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/107.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/108.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/109.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/110.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/111.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/112.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/113.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/114.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/115.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/116.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/117.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/118.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/119.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/001.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/002.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/003.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/004.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/005.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/006.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/007.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/008.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/009.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/010.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/011.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/012.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/013.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/014.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/015.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/016.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/017.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/018.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/019.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/020.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/021.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/022.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/023.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/024.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/025.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/026.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/027.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/028.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/029.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/030.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/031.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/032.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/033.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/034.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/035.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/036.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/037.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/038.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/039.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/040.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/041.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/042.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/043.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/044.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/045.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/046.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/047.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/048.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/049.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/050.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/051.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/052.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/053.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/054.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/055.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/056.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/057.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/058.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/059.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/060.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/061.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/062.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/063.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/064.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/065.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/066.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/067.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/068.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/069.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/070.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/071.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/072.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/073.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/074.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/075.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/076.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/077.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/078.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/079.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/080.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/081.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/082.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/083.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/084.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/085.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/086.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/087.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/088.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/089.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/090.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/091.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/092.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/093.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/094.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/095.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/096.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/097.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/098.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/099.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/100.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/101.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/102.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/103.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/104.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/105.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/106.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/107.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/108.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/109.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/110.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/111.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/112.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/113.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/114.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/115.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/116.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/117.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/118.xml +lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/119.xml +lib/zope/lib/python/Products/ParsedXML/version.txt +lib/zope/lib/python/Products/ParsedXML/www/pxml.gif +@dirrm lib/zope/lib/python/Products/ParsedXML/www +@dirrm lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out +@dirrm lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut +@dirrm lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa +@dirrm lib/zope/lib/python/Products/ParsedXML/tests/xml/conf/xmltest +@dirrm lib/zope/lib/python/Products/ParsedXML/tests/xml/conf +@dirrm lib/zope/lib/python/Products/ParsedXML/tests/xml +@dirrm lib/zope/lib/python/Products/ParsedXML/tests/domapi +@dirrm lib/zope/lib/python/Products/ParsedXML/tests +@dirrm lib/zope/lib/python/Products/ParsedXML/help +@dirrm lib/zope/lib/python/Products/ParsedXML/dtml +@dirrm lib/zope/lib/python/Products/ParsedXML/NodePath/tests +@dirrm lib/zope/lib/python/Products/ParsedXML/NodePath +@dirrm lib/zope/lib/python/Products/ParsedXML/DOM +@dirrm lib/zope/lib/python/Products/ParsedXML diff --git a/www/zope25-ParsedXML/distinfo b/www/zope25-ParsedXML/distinfo new file mode 100644 index 00000000000..2bde28eee02 --- /dev/null +++ b/www/zope25-ParsedXML/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/09/12 18:12:02 drochner Exp $ + +SHA1 (zope/ParsedXML-1.3.0.tgz) = a942307eb0ccd10ae47c730019188140e4366065 +Size (zope/ParsedXML-1.3.0.tgz) = 138938 bytes |