aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorStephan Peijnik <spe@anexia.at>2010-10-11 17:54:53 +0100
committerStephan Peijnik <spe@anexia.at>2010-10-11 17:54:53 +0100
commitf5f0af18aa1746841ee0d76fa1057c7c6e68e09d (patch)
treeed9144d608953bbd347dac7f01843dfbc935b13e /README
parentcfb53841a5f473719003e4e359cb25993976517c (diff)
downloadxen-f5f0af18aa1746841ee0d76fa1057c7c6e68e09d.tar.gz
xen-f5f0af18aa1746841ee0d76fa1057c7c6e68e09d.tar.bz2
xen-f5f0af18aa1746841ee0d76fa1057c7c6e68e09d.zip
Replace pyxml/xmlproc-based XML validator with lxml based one
Pyxml/xmlproc is being used in tools/xen/xm/xenapi_create.py but is unmaintained for several years now. xmlproc is used only for validating XML documents against a DTD file. This patch replaces the pyxml/xmlproc based XML validation with code based on lxml, which is actively maintained. Signed-off-by: Stephan Peijnik <spe@anexia.at> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> committer: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index bccadb69ae..092439f4c2 100644
--- a/README
+++ b/README
@@ -107,12 +107,15 @@ Python Runtime Libraries
Xend (the Xen daemon) has the following runtime dependencies:
* Python 2.3 or later.
- In many distros, the XML-aspects to the standard library
+ In some distros, the XML-aspects to the standard library
(xml.dom.minidom etc) are broken out into a separate python-xml package.
This is also required.
+ In more recent versions of Debian and Ubuntu the XML-aspects are included
+ in the base python package however (python-xml has been removed
+ from Debian in squeeze and from Ubuntu in intrepid).
URL: http://www.python.org/
- Debian: python, python-xml
+ Debian: python
* For optional SSL support, pyOpenSSL:
URL: http://pyopenssl.sourceforge.net/
@@ -123,8 +126,9 @@ Xend (the Xen daemon) has the following runtime dependencies:
Debian: python-pam
* For optional XenAPI support in XM, PyXML:
- URL: http://pyxml.sourceforge.net
- YUM: PyXML
+ URL: http://codespeak.net/lxml/
+ Debian: python-lxml
+ YUM: python-lxml
Intel(R) Trusted Execution Technology Support