I am teaching myself AxKit by working my way through everything 
from index.xml all the way through the whole site. Then later I 
can get to session tags libs, etc.

In index.xml you see this set of lines near the top:

<!DOCTYPE webpage [
<!ENTITY sidebar SYSTEM "/sidebar.xml">
<!ENTITY news SYSTEM "/news.xml">
]>

I have several things to ask about this:

1 - Could I be pointed to one good reference that describes what 
this does? A Google search does not help very much as this 
element appears to exist for HTML, XHTML and XML

2 - what does the SYSTEM word do? It seems to be doing some sort 
of file inclusion via it

3 - this set of lines is repeated manually in several other .xml 
files in the DocumentRoot, e.g. install.xml and others. What 
would be the way to put this set of lines in one place and have 
each .xml file source that one place?

The reason this is important is that it would be a nightmare for 
constant look-and-feel to have to change every DOCTYPE command in 
every file


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to