Hello, I am using a Perl program using the (experimental) wktm::xindice module and the XML-RPC module for Xindice 1.0. The program is intended to process a CGI form which lets the user upload an XML file and adds it to an Xindice database. I've gotten it working fine with one exception: if the document in question contains a DOCTYPE declaration, the program runs as though it were successful but the document doesn't show up in the database. I would prefer not to have to strip all my DOCTYPEs out as this database will be handling XML files based on two or more different DTDs and I'd like to retain the distinction between them.
Any suggestions appreciated. --E. Naeher