jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

XML and Python

DeEnFrSp
Amount: 6
Displaying: 1 - 6
Pages: [1]
Sort Listings By:
Hits: 985

Intro to PYX

Rating 0.0 0.0
XML is a fairly simple format. It uses plain Unicode text rather than binary encoding, and all the structures are declared with predictable-looking tags. Nonetheless, there are still enough rules in the XML grammar that a carefully debugged parser is needed to process XML documents -- and every parser imposes its own particular programming style. An alternative is to make XML even simpler. The open-source PYX format is a 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.
Platform(s): n/a Date: Mar, 05 2002
DETAIL
Hits: 666

Introduces the Python xml_pickle object

Rating 0.0 0.0
As part of the ongoing quest to create a more seamless integration between XML and Python, this article presents the xml_pickle module. The author discusses the design goals and decisions that went into xml_pickle and provides a list of likely uses.
Platform(s): n/a Date: Dec, 18 2001
DETAIL
Hits: 730

xml_pickle and xml_objectify

Rating 0.0 0.0
This column presents some of the changes to the author's previous module suite, utilities for high-level Python handling of XML documents, as well as some tips on advanced aspects of using and customizing the modules. Code samples demonstrate py_obj._XML attributes, node attributes treated as objects and lists, py_obj magic attribute behavior, and more.
Platform(s): n/a Date: Jun, 21 2001
DETAIL
Hits: 467

XML tools for Python

Rating 0.0 0.0
The first two installments of this column provided an overview of working with XML in Python. In the year since those initial writings, however, the state of XML tools for Python has advanced significantly. Unfortunately, most of these advances have not been backwards compatible. This special installment article revisits the author's previous discussion of XML tools, and provides up-to-date code samples.
Platform(s): n/a Date: Jun, 20 2001
DETAIL
Hits: 662

The Python Web Services Developer, Part 2

Rating 0.0 0.0
This is the beginning of a short series on creating a software repository system built on Web services and developed in the 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.
Platform(s): n/a Date: Mar, 23 2001
DETAIL
Hits: 243

XML Processing with Python

Rating 0.0 0.0
This article illustrates the principle features of the Python language, and then examine the XML processing capabilities of Python.
Platform(s): n/a Date: Nov, 06 2000
DETAIL
Amount: 6
Displaying: 1 - 6
Pages: [1]