XML is a fairly simple
As part of the ongoing quest
This column presents some of
The first two installments of
format. It uses plain
to create a more seamless
the changes to the author's
this column provided an
Unicode text rather than
integration between XML and
previous module suite,
overview of working with XML
binary encoding, and all the
Python, this article
utilities for high-level
in Python. In the year since
structures are declared with
presents the xml_pickle
Python handling of XML
those initial writings,
predictable-looking tags.
module. The author discusses
documents, as well as some
however, the state of XML
Nonetheless, there are still
the design goals and
tips on advanced aspects of
tools for Python has
enough rules in the XML
decisions that went into
using and customizing the
advanced significantly.
grammar that a carefully
xml_pickle and provides a
modules. Code samples
Unfortunately, most of these
debugged parser is needed to
list of likely uses.
demonstrate py_obj._XML
advances have not been
process XML documents -- and
attributes, node attributes
backwards compatible. This
every parser imposes its own
treated as objects and
special installment article
particular programming
lists, py_obj magic
revisits the author's
style. An alternative is to
attribute behavior, and more.
previous discussion of XML
make XML even simpler. The
tools, and provides
open-source PYX format is a
up-to-date code samples.
purely line-oriented format
for representing XML
documents that allows for
much easier processing of
XML document contents with
common text tools like grep,
sed, awk, wc, and the usual
UNIX collection.
Date: Mar, 05 2002 Date: Dec, 18 2001 Date: Jun, 21 2001 Date: Jun, 20 2001 |
This is the beginning of a
This article illustrates the
short series on creating a
principle features of the
software repository system
Python language, and then
built on Web services and
examine the XML processing
developed in the Python
capabilities of Python.
programming language. This
article shows you the
details of using the 4Suite
open-source XML server with
Python to create Web
service-based applications.
Date: Mar, 23 2001 Date: Nov, 06 2000 |