[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The first comment is...



I get the first comment.  "Uhh...you forgot to attach the documents."

Yeah, here they are. :)

--Chris

-- 

------------
Christopher Blizzard
http://odin.appliedtheory.com/
------------
<!-- There are individual textual elements that can appear in the body
of a document-->
<!ELEMENT DATE (#PCDATA)>
<!ELEMENT URL (#PCDATA)>
<!ATTLIST URL
          uri CDATA #REQUIRED>
<!ELEMENT PERSON (#PCDATA)>
<!ATTLIST PERSON
          email CDATA #IMPLIED
          homepage CDATA #IMPLIED>
<!ELEMENT ORG (#PCDATA)>
<!ATTLIST ORG
          uri CDATA #IMPLIED
          contact CDATA #IMPLIED>
<!ELEMENT QUOTE (#PCDATA)>
<!ELEMENT CATAGORY (#PCDATA)>
<!ELEMENT LICENSE (#PCDATA)>
<!ELEMENT PRICE (#PCDATA)>
<!ATTLIST PRICE
          currency CDATA #IMPLIED>
<!ELEMENT VENDOR (#PCDATA)>
<!-- all of the elements above for convenience -->
<!ENTITY % TextMarkup "#PCDATA | VENDOR | PRICE | ORG | LICENSE | QUOTE | PERSON | URL">

<!-- Compound elements -->
<!ELEMENT SUMMARY (%TextMarkup;)*>
<!ELEMENT DESCRIPTION (%TextMarkup;)*>
<!ELEMENT AUTHOR (PERSON | ORG)*>
<!ELEMENT SUBMITTED_BY (PERSON | ORG)*>
<!ELEMENT REFERENCE (#PCDATA | URL)*>

<!-- The final part -->
<!ELEMENT LINUX_INFO (SUMMARY, SUBMITTED_BY?, AUTHOR?, DESCRIPTION, REFERENCE*)>

<?xml version="1.0" standalone="no"?>
<!DOCTYPE LINUX_INFO SYSTEM "linux-info.dtd">
<LINUX_INFO>
<SUMMARY>
<URL uri="http://www.fcw.com:80/pubs/fcw/1998/0803/fcw-agnasa-8-3-1998.html">NASA PC cluster on IT crime trail</URL>
</SUMMARY>
<SUBMITTED_BY>
<PERSON email="blizzard@appliedtheory.com" homepage="http://odin.appliedtheory.com">Christopher Blizzard</PERSON>
</SUBMITTED_BY>
<AUTHOR>
<ORG uri="http://www.fcw.com/">Federal Computer Week</ORG>
<PERSON email="heather@fcw.com">Heather Harreld</PERSON>
</AUTHOR>
<DESCRIPTION>
This is an article about using <URL uri="http://cesdis.gsfc.nasa.gov/beowulf/">Beowulf</URL> system to process data in fighting crime.

<QUOTE>NASA engineers adapted the powerful, Unix-like operating system
known as Linux to work in a massively parallel and distributed
computing environment using commercial off-the-shelf hardware. The
idea is to allow the multiple PCs to operate in concert as a single
system.</QUOTE>
</DESCRIPTION>
<REFERENCE>
<URL uri="http://cesdis.gsfc.nasa.gov/beowulf/">The Beowulf Home Page</URL>
</REFERENCE>
<REFERENCE>
Some other reference
</REFERENCE>
<REFERENCE>
<URL uri="http://www.redhat.com/">RedHat Software's</URL> <URL uri="http://www.redhat.com/extreme/">Extreme Linux</URL>
</REFERENCE>
</LINUX_INFO>