Skip to content

Instantly share code, notes, and snippets.

@iheanyi
Created October 25, 2012 18:33
Show Gist options
  • Save iheanyi/3954538 to your computer and use it in GitHub Desktop.
Save iheanyi/3954538 to your computer and use it in GitHub Desktop.
example
<?xml version="1.0" ?>
<classes>
<department subject="Accounting">
<tag>ACCT</tag>
<class course="ACCT20100">
<name>Accountancy I</name>
<credits>3</credits>
<crosslist>true</crosslist>
<section number = "01">
<status>OP</status>
<maxspots>30</maxspots>
<openspots>30</openspots>
<instructor>
<first>Bob</first>
<last>Doe</last>
</instructor>
<crn>22485</crn>
<time>
<days>T R</days>
<start>11:00</start>
<stop>12:15</stop>
</time>
</section>
<section number = "02">
<status>C</status>
<maxspots>30</maxspots>
<openspots>0</openspots>
<instructor>
<first>Plain</first>
<last>Jane</last>
</instructor>
<crn>123456</crn>
<time>
<days>T R</days>
<start>11:30</start>
<stop>12:15</stop>
</time>
</section>
</class>
</department>
</classes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment