Hi, Daniel Egger <degger@xxxxxxx> writes: > Am Don, den 18.12.2003 schrieb Roman Joost um 15:53: > > > Hm.. i didn't had any memory problems with XInclude. If the encoding was > > wrong, the xsltproc throw an error and nothing more ... > > I still do, but only under Mac OSX. More annoying with XInclude is that > xsltproc cannot be taught to really load the DTD from disk and/or cache > the DTD so it doesn't need to repeat this step for every subdocument > again (including issuing another "error" message). I am pretty sure it loads the DTD from disk if you provide it an XML catalog file that shows it where the DTD is found. This file is usually called /etc/xml/catalog. See http://xmlsoft.org/catalog.html Sven