Hi all,
i've got this Website DTD snippet:
<?xml version="1.0"?>
<!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website V2.0b1//EN"
"dtd/website.dtd" [
<!ENTITY index SYSTEM "../../../reports/javadoc/keyword.index.xml">
]>
<webpage id="keyword-index">
<config param="last-change-by" value="$Author: egonw $"/>
<config param="rcsdate" value="$Date: 2002/03/17 10:15:47 $"/>
<head>
<title>Keyword Index</title>
<titleabbrev>Keywords</titleabbrev>
<summary>A list to look up classes based on keywords.</summary>
</head>
&index;
</webpage>
How do I have the website updated when only the
../../../reports/javadoc/keyword.index.xml has been changed?
regards,
Egon