aboutsummaryrefslogtreecommitdiff
path: root/www/zope-parsedxml
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-12-29 04:32:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-12-29 04:32:36 +0000
commitdacccd604ae8678743d8a781b84f5e94ee0b4476 (patch)
tree9b59d2401b8464af8a57c521658bab7d62fb1650 /www/zope-parsedxml
parent0e0d5c1a703736246c5efce5fcb41242155e7d02 (diff)
downloadports-dacccd604ae8678743d8a781b84f5e94ee0b4476.tar.gz
ports-dacccd604ae8678743d8a781b84f5e94ee0b4476.zip
Notes
Diffstat (limited to 'www/zope-parsedxml')
-rw-r--r--www/zope-parsedxml/Makefile51
-rw-r--r--www/zope-parsedxml/distinfo1
-rw-r--r--www/zope-parsedxml/pkg-descr5
-rw-r--r--www/zope-parsedxml/pkg-message6
-rw-r--r--www/zope-parsedxml/pkg-plist521
5 files changed, 584 insertions, 0 deletions
diff --git a/www/zope-parsedxml/Makefile b/www/zope-parsedxml/Makefile
new file mode 100644
index 000000000000..e7317de73732
--- /dev/null
+++ b/www/zope-parsedxml/Makefile
@@ -0,0 +1,51 @@
+# New ports collection makefile for: ParsedXML
+# Date created: 3 Jul 2003
+# Whom: Tim Middleton
+#
+# $FreeBSD$
+#
+
+PORTNAME= parsedxml
+PORTVERSION= 1.3.1
+CATEGORIES= www zope
+MASTER_SITES= http://www.zope.org/Members/faassen/ParsedXML/${PORTVERSION}/
+MASTER_SITE_SUBDIR= formulator
+PKGNAMEPREFIX= zope-
+DISTNAME= ParsedXML-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= x@Vex.Net
+COMMENT= ParsedXML - access and manipulated XML documents within Zope
+
+RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope \
+ ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
+
+USE_PYTHON= yes
+USE_ZOPE= yes
+DIST_SUBDIR= zope
+
+ZOPEPRODUCTNAME= ParsedXML
+
+# yes, some of us are running zope on python 2.2
+#PYTHON_VERSION= python2.2
+
+PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
+WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME}
+CPIO= cpio --quiet -pdum -R
+
+do-build:
+ @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
+
+do-install:
+ @ ${CHMOD} -R og+rX ${WRKSRC}/
+ @ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
+ @ cd ${WRKSRC} && ${FIND} . \
+ | ${CPIO} ${BINOWN}:${BINGRP} \
+ ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
+
+post-install:
+.if !defined(BATCH)
+ @${CAT} ${PKGMESSAGE}
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/zope-parsedxml/distinfo b/www/zope-parsedxml/distinfo
new file mode 100644
index 000000000000..dfe6e690669f
--- /dev/null
+++ b/www/zope-parsedxml/distinfo
@@ -0,0 +1 @@
+MD5 (zope/ParsedXML-1.3.1.tgz) = c4241ab3d42b99ca330b4d789e1af5af
diff --git a/www/zope-parsedxml/pkg-descr b/www/zope-parsedxml/pkg-descr
new file mode 100644
index 000000000000..02836fb282fe
--- /dev/null
+++ b/www/zope-parsedxml/pkg-descr
@@ -0,0 +1,5 @@
+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, using the standard W3C DOM.
+
+WWW: http://www.zope.org/Members/faassen/ParsedXML
diff --git a/www/zope-parsedxml/pkg-message b/www/zope-parsedxml/pkg-message
new file mode 100644
index 000000000000..cdfd9c0b6d5a
--- /dev/null
+++ b/www/zope-parsedxml/pkg-message
@@ -0,0 +1,6 @@
+To complete the installation of ParsedXML:
+
+ - Restart Zope. This may be done from the Zope Control Panel.
+
+ - Verify that the ParsedXML product is loaded properly by
+ examining them in Control_Panel/Products.
diff --git a/www/zope-parsedxml/pkg-plist b/www/zope-parsedxml/pkg-plist
new file mode 100644
index 000000000000..e461071cb440
--- /dev/null
+++ b/www/zope-parsedxml/pkg-plist
@@ -0,0 +1,521 @@
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/CHANGES.txt
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/CREDITS.txt
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/Core.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/Core.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/Exceptions.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/Exceptions.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/ExpatBuilder.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/ExpatBuilder.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/LoadSave.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/LoadSave.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/SAXBuilder.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/SAXBuilder.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/Traversal.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/Traversal.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/XMLExtended.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/XMLExtended.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOMProxy.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOMProxy.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/Example.zexp
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/ExtraDOM.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/ExtraDOM.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/INSTALL.txt
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/LICENSE.Fourthought
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/LICENSE.txt
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/ManageableDOM.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/ManageableDOM.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath/ElementIdPath.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath/ElementIdPath.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath/NodePath.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath/NodePath.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath/README.txt
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath/RobustPath.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath/RobustPath.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath/tests/test_nodepath.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath/tests/test_nodepath.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/ParsedXML.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/ParsedXML.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/PrettyPrinter.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/PrettyPrinter.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/Printer.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/Printer.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/README.DOMProxy
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/README.parseprint
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/README.txt
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/StrIO.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/StrIO.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/TransPubDOMProxy.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/TransPubDOMProxy.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/dtml/DOMTree.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/dtml/documentAdd.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/dtml/persEdit.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/dtml/transEdit.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/Core.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/Core.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ExpatBuilder.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ExpatBuilder.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ExtraDOM.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ExtraDOM.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ManageableDOM.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ManageableDOM.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ParsedXML
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ParsedXML.stx
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ParsedXML_DOM.stx
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ParsedXML_Edit.stx
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ParsedXML_Raw.stx
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ParsedXML_Security.stx
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ParsedXML_URLTraversal.stx
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/ParsedXML_Upload.stx
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/Printer.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/Printer.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/Traversal.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/Traversal.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/XMLExtended.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help/XMLExtended.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/main.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/.cvsignore
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/README
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/Base.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/Base.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/CoreLvl1.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/CoreLvl1.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/CoreLvl2.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/CoreLvl2.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/CoreLvl3.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/CoreLvl3.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/Load3.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/Load3.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/TraversalLvl2.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/TraversalLvl2.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/XMLLvl1.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/XMLLvl1.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/XMLLvl2.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/XMLLvl2.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domloader.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domloader.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domtester.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domtester.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/profParse.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/profParse.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/profPrinter.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/profPrinter.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/profPyXMLParse.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/profPyXMLParse.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/profPyXMLPrinter.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/profPyXMLPrinter.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_ODB.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_ODB.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_acquisition.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_acquisition.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_all.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_all.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_aqpain.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_aqpain.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_collection.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_collection.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_dom.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_dom.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_elementid.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_elementid.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_parser.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_parser.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_persistence.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_persistence.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_prettyprinter.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_prettyprinter.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_printer.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_printer.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_pyxmldom.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_pyxmldom.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_truthable.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_truthable.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_wrappeddom.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_wrappeddom.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_zopeinterface.py
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/test_zopeinterface.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/4ohn4ktj.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/README.ParsedXML
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/001.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/002.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/003.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/004.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/005.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/006.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/007.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/008.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/009.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/010.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/011.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/012.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/013.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/014.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/015.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/016.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/017.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/018.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/019.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/020.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/021.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/022.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/023.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/024.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/025.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/026.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/027.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/028.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/029.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/030.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/031.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/032.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/033.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/034.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/035.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/036.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/037.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/038.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/039.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/040.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/041.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/042.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/043.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/044.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/045.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/046.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/047.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/048.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/049.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/050.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/051.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/052.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/053.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/054.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/055.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/056.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/057.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/058.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/059.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/060.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/061.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/062.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/063.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/064.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/065.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/066.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/067.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/068.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/069.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/070.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/071.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/072.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/073.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/074.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/075.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/076.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/077.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/078.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/079.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/080.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/081.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/082.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/083.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/084.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/085.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/086.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/087.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/088.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/089.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/090.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/091.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/092.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/093.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/094.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/095.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/096.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/097.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/098.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/099.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/100.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/101.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/102.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/103.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/104.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/105.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/106.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/107.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/108.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/109.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/110.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/111.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/112.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/113.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/114.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/115.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/116.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/117.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/118.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/119.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/001.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/002.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/003.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/004.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/005.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/006.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/007.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/008.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/009.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/010.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/011.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/012.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/013.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/014.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/015.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/016.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/017.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/018.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/019.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/020.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/021.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/022.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/023.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/024.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/025.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/026.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/027.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/028.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/029.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/030.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/031.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/032.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/033.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/034.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/035.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/036.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/037.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/038.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/039.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/040.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/041.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/042.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/043.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/044.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/045.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/046.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/047.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/048.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/049.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/050.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/051.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/052.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/053.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/054.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/055.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/056.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/057.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/058.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/059.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/060.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/061.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/062.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/063.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/064.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/065.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/066.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/067.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/068.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/069.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/070.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/071.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/072.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/073.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/074.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/075.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/076.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/077.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/078.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/079.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/080.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/081.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/082.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/083.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/084.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/085.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/086.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/087.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/088.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/089.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/090.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/091.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/092.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/093.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/094.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/095.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/096.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/097.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/098.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/099.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/100.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/101.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/102.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/103.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/104.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/105.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/106.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/107.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/108.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/109.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/110.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/111.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/112.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/113.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/114.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/115.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/116.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/117.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/118.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut/119.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/001.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/002.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/003.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/004.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/005.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/006.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/007.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/008.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/009.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/010.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/011.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/012.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/013.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/014.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/015.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/016.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/017.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/018.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/019.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/020.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/021.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/022.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/023.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/024.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/025.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/026.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/027.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/028.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/029.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/030.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/031.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/032.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/033.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/034.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/035.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/036.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/037.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/038.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/039.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/040.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/041.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/042.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/043.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/044.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/045.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/046.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/047.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/048.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/049.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/050.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/051.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/052.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/053.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/054.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/055.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/056.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/057.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/058.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/059.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/060.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/061.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/062.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/063.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/064.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/065.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/066.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/067.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/068.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/069.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/070.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/071.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/072.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/073.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/074.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/075.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/076.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/077.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/078.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/079.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/080.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/081.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/082.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/083.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/084.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/085.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/086.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/087.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/088.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/089.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/090.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/091.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/092.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/093.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/094.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/095.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/096.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/097.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/098.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/099.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/100.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/101.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/102.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/103.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/104.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/105.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/106.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/107.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/108.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/109.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/110.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/111.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/112.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/113.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/114.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/115.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/116.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/117.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/118.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out/119.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/version.txt
+%%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/www/pxml.gif
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/www
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/out
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa/ParsedXMLTestOut
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest/sa
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf/xmltest
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml/conf
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/xml
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests/domapi
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/help
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/dtml
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/NodePath
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML/DOM
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ParsedXML