|
Chapter 1: Python & XML
This is a chapter excerpted from the O'Reilly & Associates book Python & XML by Fred L.
Drake, Jr. and Christopher A. Jones. The chapter begins pointing out the main strengths of
pairing XML with Py...
[Dec. 9, 2001] |
|
Using Python and XML with Microsoft .NET My Services
This tutorial by Christopher A. Jones, coauthor of the book Python & XML from
O'Reilly & Associates, introduces .NET My Services and focuses on programming services
with Python and XML.
Illustratin...
[Jan. 1, 2002] |
|
Using Python and XML with Microsoft .NET My Services
Microsoft's .NET My Services is a new
incarnation of HailStorm, aimed at enabling users to take advantage of XML-based Web
services, including a HailStorm-like ability to let data follow the use...
[Dec. 9, 2001] |
|
XML Matters #10: Indexing XML documents
In this installment of the XML Matters series, David Mertz introduces his
public-domain utility/service xml_indexer, a Python module that extends the full-text indexer module he
presents in a separa...
[Jul. 16, 2001] |
|
XML-RPC in Python
This is a tutorial on using the xmlrpclib module by Fredrik
Lundh
of PythonWare to access the Meerkat PHP-based XML-RPC server. The author utilizes
Rael
Dornfest's XML-RPC interface to Meekrat to ...
[Jun. 28, 2001] |
|
XML-RPC: It Works Both Ways
This tutorial begins with an inside look at how Fredrik Lundh's
xmlrpclib
Python module
uses the
"dumps" and "loads" methods to convert native Python objects into
XML and back.
The author demo...
[Jun. 28, 2001] |