: Re-ocurring Events

Cameron Laird claird at lairds.us
Fri Apr 27 14:51:02 EDT 2007


In article <mailman.7028.1177660548.32031.python-list at python.org>,
Robert Rawlins - Think Blue <robert.rawlins at thinkbluemedia.co.uk> wrote:
			.
			.
			.
>I've been thinking about the possibility of using a combination of xpath to
>search the XML with some loops which change the date. As events won't ever
			.
		[much other detail]
			.
			.
XPath's great, of course <URL: 
http://www-128.ibm.com/developerworks/xml/library/x-simplifyxmlreads.html >.
Among XML devotees, the first bell that rings when someone is *transforming*
XML, as you seem to need, is XSLT <URL:
http://uche.ogbuji.net/tech/akara/nodes/2003-01-01/python-xslt >.

I understand your problem poorly enough, and Python is rich enough,
that perhaps the most appropriate solution involves any number of 
other technologies (XQuery?  ...).



More information about the Python-list mailing list