<?xml version="1.0"?>
<?xml:stylesheet type="text/css" href="seminar2.css" ?>
 
<!DOCTYPE seminar   
[<!ELEMENT seminar ( br?, title, br?, byline, ( outline | br)*, alternatives )>
<!ELEMENT outline ( title, text* )>
<!ELEMENT  title   ( #PCDATA | br )*>
<!ELEMENT   byline   ( #PCDATA | br )*>
<!ELEMENT   text  ( #PCDATA | br )* >
<!ELEMENT alternatives ( enable | disable )*>
<!ELEMENT enable ( #PCDATA | br )*>
<!ELEMENT disable ( #PCDATA | br )*>
<!ELEMENT br EMPTY > 
 
<!ATTLIST    seminar  	 
	xmlns:html CDATA #FIXED "uri:html"
	class CDATA #IMPLIED 
	style CDATA #IMPLIED
  >
<!ATTLIST    title   class CDATA #IMPLIED 
	style CDATA #IMPLIED 
	  >
<!ATTLIST    byline   class CDATA #IMPLIED 
	style CDATA #IMPLIED
	  >
<!ATTLIST    outline   class CDATA #IMPLIED 
	style CDATA #IMPLIED
  >
<!ATTLIST    text  
	 class CDATA #IMPLIED 
	style CDATA #IMPLIED  
			  >
<!ATTLIST    alternatives   class CDATA #IMPLIED 
	style CDATA #IMPLIED
  >
<!ATTLIST   enable   class CDATA #IMPLIED 
	style CDATA #IMPLIED
	href CDATA #REQUIRED
  >
<!ATTLIST   disable   class CDATA #IMPLIED 
	style CDATA #IMPLIED
	href CDATA #REQUIRED
  >
]> 
<seminar>
<br/>
<title>XML<br/>and the New<br/>World Wide Web</title>
<byline>Seminar series by Rick Jelliffe, Computer Center, Academia Sinica.</byline>
<outline>
	<title>1) XML and the New World Wide Web</title>
	<text>Where is the World Wide Web going? What can I use today and tomorrow?</text>
</outline>
<outline>
	<title>2) XML for Mathematics, Physical Sciences and Life Sciences</title>
	<text>What tools and techniques does XML give to help Mathematicians, Physical Scientists and Life Scientists?</text>
</outline>
<outline>
	<title>3) XML for Social Sciences and Humanities</title>
	<text>What tools and techniques does XML give to help Social Scientists and Humanities academics?</text>
</outline>
<outline>
	<title>4) XML for Implementers</title>
	<text>How can a programmer use XML?</text>
</outline>
<outline>
	<title>5) New Areas in XML</title>
	<text>What are the next generation of XML document types?</text>
</outline>

<alternatives>
<enable href="index.html">[HTML]</enable>
<enable href="xmlindex.xml">[HTML in XML]</enable>
<disable href="newindex.xml">[XML]</disable>
<enable href="vmlindex.html">[VML]</enable>
</alternatives>
</seminar>
