Hi Dermot,
This is an interesting question.

What I think works best (for me, at any rate) is if ai.dtd includes
the other DTD files using a filename with no path, ie change:
<!ENTITY % target SYSTEM "/export/home/sjelinek/work/doc/install_misc/xml/current/target.dtd">
to
<!ENTITY % target SYSTEM "target.dtd">
All these files will be copied to the same directory (/tmp) before
use and xmllint knows to find these files in the same dir that the master
DTD was in if no path is given.
ok, I will make this change.

As for default.xml, I think the best initial value to use would be:
<!DOCTYPE ai SYSTEM "file:///usr/share/auto_install/ai.dtd">
but this will be modified to /tmp/ when the manifest and schena
files are being copied to /tmp before the AI client is run.  (Although
Ethan may want to change this behavior.)


Ok, sounds reasonable. I will make this change.

thanks,
sarah
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to