All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.pdx.cs.joy.xml.bad_book.xml Maven / Gradle / Ivy

The newest version!
<?xml version='1.0' encoding='us-ascii'?>

<!DOCTYPE phonebook SYSTEM 'phonebook.dtd'>

<phonebook>
  <barf></barf>
  <resident>
    <firstname><name>David</name></firstname>
    <initial>M</initial>
    <lastname><name>Whitlock</name></lastname>
    <address>
      <street>PSU CS Department</street>
      <street>P.O. Box 751</street>
      <city>Portland</city>
<!--      <state>OR</state> -->
      <zip>97201</zip>
    </address>
    <phone areacode="503" number="725-4039"/>
  </resident>
  <business>
    <name>Powell's Technical Bookstore</name>
    <address>
      <street>33 NW Park</street>
      <city>Portland</city>
      <state>OR</state>
      <zip>97209</zip>
    </address>
    <phone areacode="503" number="228-3906"/>
  </business>
</phonebook>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy