Hi, Can the xml parser locate the dtd?
One weakness of my module: error checking must be improved ... Did you check the return value? Klemens -----Ursprüngliche Nachricht----- Von: E. Naeher [mailto:[EMAIL PROTECTED] Gesendet: Montag, 7. Juli 2003 06:49 An: xindice-users@xml.apache.org Betreff: Weird DOCTYPE things 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