First let me say I'm new to XML so please forgive me if I'm doing something stupid or I've missed something in the docs..
My xml file starts off: <?xml version="1.0"?> <!DOCTYPE localdoc SYSTEM "localdoc.dtd" [ ]> <?xml-stylesheet href="/xml/localdoc.xsl" type="text/xsl"?> 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. So, how do I tell axkit where to look for the dtd files? Thanks John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
