OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC