guys,
i have a document that references a dtd like so:
<!DOCUMENT test SYSTEM "test.dtd">
:
:
the command i use to add this document to a collection is this:
xindiceadmin ad -c /db/test -f test.xml -n test
this throws an error:
ERROR : Relative URI "test.dtd"; can not be resolved without a base URI.
i am trying to run this command from the same folder where test.xml and
test.dtd are present. so, how and where do i set the doc base URI, if at all
i must? or is there something i am doing wrong?
many thanks,
-nani