15 Apr
2010
15 Apr
'10
12:56 a.m.
Hi all,
the shredding of multiple documents is solved by a batloop on the MIL level calling the xml shredder for each document separately. The DTD lookup is performed by libxml2 (not by Pathfinder).
libxml2 provides means to redirect remote DTDs to local copies, using catalogs (see [1]). So the intended way to cope with that situation would be to add the required DTD to your local XML catalog. Best regards, Isidor [1] http://www.xmlsoft.org/catalog.html