This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Website update when external entity is update?



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]