On Saturday 16 March 2002 19:34, [EMAIL PROTECTED] wrote: > and axkit complains it can't find "localdoc.dtd" in the same directory > as the xml file. I was able to fix this for emacs psgml mode by typing: > > setenv SGML_PATH > "%S:/usr/share/sgml/%O/%C/%D:/usr/local/share/sgml/dtd/local/%S" > > but this doesn't seem to have worked for apache/axkit.
I don't know if this works inside AxKit, but libxml looks for DTDs in its catalogs dir, which is either $SGML_CATALOG_FILES or /etc/xml/catalog. See man xmllint for (not much) more. -- _______________________________________________________________________ Robin Berjon <[EMAIL PROTECTED]> -- CTO k n o w s c a p e : // venture knowledge agency www.knowscape.com ----------------------------------------------------------------------- The only sensible way to estimate the stability of a Windows server is to power it down and try it out as a step ladder. -- Robert Crawford, in the Monastery --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
