<!ELEMENT configuration (helm_dir, dtd_dir, servers_file, uris_dbm, dest,
indexname, tmpdir, helm_url_path,
getheader_url, style_url, webeq_url, webeqp_url,
- use_webeqp_url, html_link, getter_url)>
+ use_webeqp_url, html_link, getter_url, processor_url)>
<!ENTITY % expr '(#PCDATA | value-of)*'>
<!ELEMENT use_webeqp_url %expr;>
<!ELEMENT html_link %expr;>
<!ELEMENT getter_url %expr;>
+<!ELEMENT processor_url %expr;>
<webeqp_url>http://localhost/cgi-bin/helm/webeqp.pl</webeqp_url>
<use_webeqp_url>http://localhost/cgi-bin/helm/use_webeqp.pl</use_webeqp_url>
<html_link><value-of var="getheader_url"/>?baseurl=<value-of var="style_url"/>&stylesheet1=rootcontent.xsl&stylesheet2=content_to_html.xsl&xmluri=</html_link>
- <getter_url>http://localhost:8081/get?uri=</getter_url>
+ <getter_url>http://localhost:8081/</getter_url>
+ <processor_url>http://localhost:12345/</processor_url>
</configuration>