3.06.2009

what it looks like in xml

here are few things that are represented in mark up language. technically this would be xml and not html because i am creating my own tags. but i think anyone savvy in html can get them too. can you guess what they are? i'll post the answers in a couple of days

<cycle>28 days</cycle>     (by the way, this one has a double in it.)


<trip>     (this is a greatly simplified example)
<ul>
<li>get gas</li>
<li>get munchies</li>
<li>get music</li>
<li>go south</li>
<li>stay in hotel</li>
<li>go home</li>
</ul>
</trip>


<show>     (this could represent a couple of things)
<ul>
<li>drama</li>
<li>advertisement</li>
<li>gun battle</li>
<li>advertisement</li>
<li>car chase</li>
<li>advertisement</li>
<li>science stuff</li>
<li>advertisement</li>
<li>sexual tension</li>
<li>advertisement</li>
<li>conclusion</li>
</ul>
</show>


that is enough for now. i might post more if anyone actually tries to guess these.

No comments: