-<?xml encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Copyright (C) 2000, HELM Team -->
<!-- -->
<!-- Last Revision: June 6 2000, Claudio Sacerdoti Coen -->
<!--*****************************************************************-->
-<!ELEMENT configuration (helm_dir, dtd_dir, servers_file, uris_dbm, dest,
- indexname, tmpdir, helm_url_path,
+<!ELEMENT configuration (helm_dir, dtd_dir, style_dir, servers_file, uris_dbm, dest,
+ indexname, tmp_dir, helm_url_path,
getheader_url, style_url, webeq_url, webeqp_url,
use_webeqp_url, html_link, getter_url, processor_url)>
<!ELEMENT helm_dir %expr;>
<!ELEMENT dtd_dir %expr;>
+<!ELEMENT style_dir %expr;>
<!ELEMENT servers_file %expr;>
<!ELEMENT uris_dbm %expr;>
<!ELEMENT dest %expr;>
<!ELEMENT indexname %expr;>
-<!ELEMENT tmpdir %expr;>
+<!ELEMENT tmp_dir %expr;>
<!ELEMENT helm_url_path %expr;>
<!ELEMENT getheader_url %expr;>
<!ELEMENT style_url %expr;>
<helm_dir>@HELM_LIBRARY_DIR@</helm_dir>
<dtd_dir>@HELM_DTD_DIR@</dtd_dir>
+ <style_dir>@HELM_STYLE_DIR@</style_dir>
+
<servers_file>@HELM_SERVERS_FILE@</servers_file>
<uris_dbm>@HELM_URIS_DBM@</uris_dbm>
<dest><value-of var="helm_dir"/></dest>
<indexname>index.txt</indexname>
- <tmpdir>@HELM_TMP_DIR@</tmpdir>
+ <tmp_dir>@HELM_TMP_DIR@</tmp_dir>
<helm_url_path>/home/lpadovan/helm/PARSER/examples</helm_url_path>
<getheader_url>http://localhost/really_very_local/helm/header/getheader.xml</getheader_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/</getter_url>
- <processor_url>http://localhost:12345/</processor_url>
+ <processor_url>http://localhost:8080/helm/servlet/uwobo/</processor_url>
</configuration>