[XML-SIG] Re: does xml.dom.minidom support DTD validation?

2005-03-22 Thread James Kew
"Greg Wilson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Title says it all --- is there a way to get xml.dom.minidom to validate a > document against a DTD? Maybe, depending on what "document" means here. If you have PyXML installed, you can use its validating parser to feed

Re: [XML-SIG] does xml.dom.minidom support DTD validation?

2005-03-22 Thread Uche Ogbuji
On Mon, 2005-03-21 at 16:23 -0500, Greg Wilson wrote: > Title says it all --- is there a way to get xml.dom.minidom to validate > a document against a DTD? Or against a Relax:NG schema? I've googled, > but am coming up dry... Not a direct answer, but close. With 4Suite's cDomlette the followi

Re: [XML-SIG] DTD internal subset with Amara?

2005-03-22 Thread Uche Ogbuji
Sorry. I let my attendance on this list slip a bit :-( Overwhelmed with work. Honestly, though this is my second home, you're almost always going to have quicker response posting ot the 4Suite list ( http://lists.fourthought.com/mailman/listinfo/4suite ) On Sun, 2005-03-13 at 01:16 -0800, Brock

Re: [XML-SIG] Re: Minidom empty script element bug

2005-03-22 Thread Uche Ogbuji
On Wed, 2005-03-16 at 08:53 +0100, Walter Dörwald wrote: > Martin v. Löwis sagte: > > Derek Basch wrote: > > >[...] > >> How do I get minidom to NOT render an empty script element? Should I > >> submit a bug report? > > > > That said, I think there is a simple solution: add an empty Text node to

Re: [XML-SIG] Posting XML to a database

2005-03-22 Thread Uche Ogbuji
On Sat, 2005-03-12 at 10:23 -0600, Greg Lindstrom wrote: > I'd like to thank everyone here and on the 4Suite list for all the help > provided the past few days. I'm up on my feet with xml and learning > more every hour. I have been playing with xml for a few days now and am > to the point wher

Re: [XML-SIG] Help installing 4Suite on Windows

2005-03-22 Thread Uche Ogbuji
On Fri, 2005-03-11 at 08:56 -0600, Greg Lindstrom wrote: > I have downloaded the 4Suite package and installed in for Python 2.4 on > my windows box. I have modified the config file (in > C:\Python24\Share\Settings\4Suite\4ss.xml) to use flat-file access and > then defined the pid and log file

Re: [XML-SIG] pulldom CHARACTERS problem

2005-03-22 Thread Uche Ogbuji
On Fri, 2005-03-11 at 18:16 +0900, Grant Morganryuuguu wrote: > I solved the problem and am responding to myself for the benifit of future > googlers. > The sax parsers my split nodes of type CHARACTERS into multiple nodes so they > have to be joined back together. Since pulldom depends on a sax