[XML-SIG] Whither xml.dom.core?

Fred L. Drake, Jr. fdrake@acm.org
Mon, 5 Nov 2001 13:13:53 -0500


Lars Kellogg-Stedman writes:
 > I've just getting my toes into Python, and I've run into an odd
 > stumbling block.  I'd like to use python to generate some xml -- I've
 > got python 2.1.1 and PyXML 0.6.6.  Unfortunately, all the tutorials
 > I've encountered start out with:

  I'm afraid the tutorials are woefully out of date; xml.dom.core is
no longer part of PyXML.
  I would suggest starting with xml.dom.minidom; this is available as
part of the standard library, and there is documentation for it.  A
good place to start, including links to other XML-related module in
the standard library, is:

	http://www.python.org/doc/current/lib/markup.html


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation