ASPN ActiveState Programmer Network  
ActiveState, a division of Sophos
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups
 

Advertise Jobs

Recipes Search

Your search for XML produced 161 results.
The percentage sign indicates the relevancy of your search term to the results.

1-21 | 21-41 | 41-61 | 61-81 | 81-101
Next 20 >

34%  Python Cookbook -- Validating XML with External DTDs using xmlproc (Paul Sholtz)
PyXML is a useful package for parsing XML. The xmlval and xmldtd modules let you validate XML docs ...
Modified: Sep 8 2003 6:34
29%  Python Cookbook -- Parsing an XML file with xml.parsers.expat (Mark Nenadov)
This is a reusable way to use "xml.parsers.expat" to parse an XML file. When re-using the ...
Modified: Jul 27 2001 3:31
29%  Python Cookbook -- Simple XML serlializer/de-serializer using Python dictionaries and marshalling (Anand Pillai)
This recipe presents a way of serializing & de-serializing XML using the marshal module. The ...
Modified: Jun 7 2005 9:13
26%  Python Cookbook -- Breaking large XML documents into chunks to speed processing (Mike Hostetler)
One of the few problems with using Python to process XML is the speed -- if the XML becomes ...
Modified: Oct 31 2001 12:56
25%  Python Cookbook -- Merging XBEL Bookmark files (Uche Ogbuji)
This recipe uses DOM (precisely, cDomlette or the minidom variant in 4Suite) to merge two files ...
Modified: Jun 23 2002 2:46
24%  XSLT Cookbook -- Determining the MSXML version (Paul Prescod)
This is not so much an XSLT recipe but it is covered here because other recipes only work with ...
Modified: Jun 27 2001 5:58
23%  Python Cookbook -- xml2obj II (bob w)
I updated John Bair's xml2obj to allow better support of actually parsing xml files. Some of the ...
Modified: Oct 4 2004 2:28
22%  Python Cookbook -- Extract text from XML document (Paul Prescod)
People often ask how to extract the text from an XML document. This small program does it.
Modified: Jun 14 2001 7:42
20%  Rx Cookbook -- Extensible Markup Language (XML) (asdfsa asdfdsaf)
The Extensible Markup Language (XML) is a universal format for structured documents. XML is ...
Modified: May 10 2001 6:24
20%  Rx Cookbook -- Extensible Markup Language (XML) (asdfsa asdfdsaf)
The Extensible Markup Language (XML) is a universal format for structured documents. XML is ...
Modified: May 10 2001 6:24
20%  Python Cookbook -- Detect character encoding in an XML file (Lars Tiede)
A function analyzing an open xml file for its character encoding by - checking for a unicode BOM ...
Modified: Jan 20 2005 12:50
20%  Python Cookbook -- very poor man's xml parser and generator (Ferdinand Jamitzky)
Sometimes one needs a quick and dirty solution for parsing and generating xml. This recipe uses ...
Modified: Apr 18 2006 1:53
19%  Python Cookbook -- Locating files throughout a directory tree (Simon Brunning)
os.walk is a very nice replacement for os.path.walk, which I never did feel comfortable with. ...
Modified: Mar 14 2008 5:00
17%  Python Cookbook -- Lightweight XML constructor and reader (Dirk Holtwick)
XML is a wonderful buzzword, so clients often like to have exports of data in that format. But as a ...
Modified: Oct 18 2002 2:53
16%  Tcl Cookbook -- Tcl XML drug database demo (Alex Caldwell)
Demo using Tcl XML packages by much more talented programmers than myself for a useful XML drug ...
Modified: Dec 9 2002 8:50
16%  Python Cookbook -- Geocoding via Google Maps (Matt Keranen)
A simple script written as an experiment in geocoding addresses in a database. An address such as ...
Modified: Sep 23 2006 6:12
15%  Python Cookbook -- Make an XML-RPC method call (Rael Dornfest)
Make a method call to an XML-RPC server using xmlrpclib (http://www.pythonware.com/products/xmlrpc/...
Modified: Mar 12 2001 12:06
15%  Python Cookbook -- XML-RPC with Medusa (Jeff Bauer)
This section demonstrates remote method calls between two machines (or processes) using the XML-RPC ...
Modified: Mar 11 2001 11:41
15%  Python Cookbook -- Check xml well-formedness (Paul Prescod)
This small script will check whether one or more XML documents are well-formed.
Modified: Jun 14 2001 7:41
15%  Python Cookbook -- Auto-detect XML encoding (Paul Prescod)
The XML specification describes the outlines of an algorithm for detecting the Unicode encoding ...
Modified: Mar 14 2001 8:33
Next 20 >


 
Privacy Policy | Email Opt-out | Feedback | Syndication
© 2006 ActiveState Software Inc. All rights reserved.