[XML-SIG] help please

Uche Ogbuji uche.ogbuji@fourthought.com
Sat, 08 Mar 2003 18:50:50 -0700


> Dear all,
>   I am dealing with a project "automation of web application of testing
> tool **puffin**".
> I am using Python and zope. So, may I know what will be the best way to
> store xml tags for system and testaction configuration entered by tester
> in form.And generate xml file using python.

See

http://www.xml.com/pub/a/2002/09/25/py.html
http://www.xml.com/pub/a/2002/10/16/py-xml.html
http://www.xml.com/pub/a/2002/11/13/py-xml.html
http://www.xml.com/pub/a/2002/12/11/py-xml.html

And the upcoming (next week) article in that series which covers using 
xml.sax.saxutils.XMLGenerator for output.


-- 
Uche Ogbuji                                    Fourthought, Inc.
http://uche.ogbuji.net    http://4Suite.org    http://fourthought.com
Universal Business Language (UBL) - http://www-106.ibm.com/developerworks/xml/l
ibrary/x-think16.html
EXSLT by example - http://www-106.ibm.com/developerworks/library/x-exslt.html
The worry about program wizards - http://www.adtmag.com/article.asp?id=7238
Use rdf:about and rdf:ID effectively in RDF/XML - http://www-106.ibm.com/develo
perworks/xml/library/x-tiprdfai.html
Keep context straight in XSLT - http://www-106.ibm.com/developerworks/xml/libra
ry/x-tipcurrent.html
Python Generators + DOM - http://www.xml.com/pub/a/2003/01/08/py-xml.html
Simple XML Processing With elementtree - http://www.xml.com/pub/a/2003/02/12/py
-xml.html