Re: [XML-SIG] xsd validator

2006-06-06 Thread Henry S. Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 XSV [1] is written in Python (uses the LT XML low-level XML library). ht [1] http://www.ltg.ed.ac.uk/~ht/xsv-status.html - -- Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh Half-time member of W3C Te

Re: [XML-SIG] SAX2 and PyXML -- any actual complete implementations?

2006-06-06 Thread Mike Brown
Henry S. Thompson wrote: -- Start of PGP signed section. > I've spent the last day exploring the state of 0.8.4 and SAX2, and as > far as I can see the following is the case: > > * Only expat of the distributed SAX2 parsers supports start/endPrefixMapping > * Only expat of the distributed SAX2 p

Re: [XML-SIG] prepare_input_source in saxutils

2006-06-06 Thread Mike Brown
Henry S. Thompson wrote: > Suspect this is an FAQ, but I don't understand what to do about it. > > The saxutils in the 0.8.4 distribution shadows the one in the Python > 2.4 distribution proper, but it (the 0.8.4) version has at least one > bug that's fixed in the official distro. > > What's the

Re: [XML-SIG] Pyxml: DOM questions, problems with namespaces

2006-06-06 Thread Mike Brown
Matthias Dorfner wrote: > 1. some problems creating my xml file with the > correct double quoted string in the namespace, here one example: > > > xmlns:noNameSpaceSchemaLocation='Handle.xsd'> > > I need exactly this output but not single quoted(' -> "). Here's the code The type of quotes used