RE: [XML-SIG] Re: Could somebody help me?

2005-02-02 Thread Prasad PS
Hi, Using the code below, I have created a file "TempView.xml". Could anybody tell me how to append another "Employee" to the existing xml file? Here's the snippet I did to create an xml file. import getopt import os import string import sys import xml.dom.minidom from xml.dom.minidom import Node

[XML-SIG] import Error No module named ext.reader.Sax2

2005-02-02 Thread Reddy, Chandra B
Hi,   When I try to import the xml.dom.ext.reader.Sax2 I am getting the following error.Can any one help me how to solve this problem.   from xml.dom.ext.reader.Sax2 import FromXmlStream, ImportError: No module named ext.reader.Sax2   Thanks & Regards, B. Chandra Reddy  

[XML-SIG] Re: import Error No module named ext.reader.Sax2

2005-02-02 Thread Fredrik Lundh
"Reddy, Chandra B" wrote: > When I try to import the xml.dom.ext.reader.Sax2 I am getting the > following error.Can any one help me how to solve this problem. > > from xml.dom.ext.reader.Sax2 import FromXmlStream, > > ImportError: No module named ext.reader.Sax2 have you installed the PyXML exten

[XML-SIG] chaining sax handlers

2005-02-02 Thread Jed Parsons
Hi, all, I would like to do with sax processors what I can do with the document() function in xslt, namely include other documents into the one that's being parsed. Here's a sample handler, and three xml files. This approach seems to work for simple cases, but appears to break the innards of th

[XML-SIG] ANN: Amara XML Toolkit 0.9.4

2005-02-02 Thread Uche Ogbuji
http://uche.ogbuji.net/tech/4Suite/amara ftp://ftp.4suite.org/pub/Amara/ Changes in this release: * Add binderytools.type_inference rule which automatically converts XML nodes to native Python objects such as int, float and datetime * Improve threading and signal behavior of pushdom and pushbin