I am having a problem with generating a listing of files in a directory. I get the following error in my browser:
The system cannot locate the object specified. Error processing resource 'http://10.10.10.16:8888/build/document-v13.dtd'. |
The top of the generated output looks like:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "document-v13.dtd">
My sitemap entry looks like:
<map:pipeline internal->
<map:match pattern="**/defaultbuilddir.html">
<map:generate type="directory" src="">
<map:parameter name="depth" value="1"/>
</map:generate>
<map:transform src="" />
<map:transform type="idgen"/>
<map:serialize type="xml-document"/>
</map:match>
</map:pipeline>
It looks like it is not looking for the DTD in the webapp directory.
Any thoughts?
-Lou