Happy Birthday Dean ( alphageek )

Signed-In Members Don't See This Ad
Signed-In Members Don't See This Ad
It's your birthday,
it's your birthday,
people writing everywhere,
make a pen Dean,
make a pen Dean,
you can sell them over there
up near Green Bay
on your birthday
Time for me to stop this now
Just before you have a cow
on your birthday
have a good day!
 
<?xml version="1.0" encoding="UTF-8"?>
<birthday>
​
<Dean>
​
<previousAge>44</previousAge>
​
<newAge>45</newAge>
​
<birthYear>1969</birthYear>
​
</Dean>
​
<cake>
​
<ingredients>
​
<ingredient>eggs</ingredient>
​
<ingredient>milk</ingredient>
​
<ingredient>butter</ingredient>
​
<ingredient>flour</ingredient>
​
<ingredient>sugar</ingredient>
​
</ingredients>
​
<decoration>
​
<frosting>ButterCream</frosting>
​
<message>Happy 45th Birthday!!!!</message>
<message>And may this coded wish be bug free!</message>
​
</decoration>
​
</cake>
​
</birthday>​
 
Last edited:
<?xml version="1.0" encoding="UTF-8"?>
<birthday>
​
<Dean>
​
<previousAge>44</previousAge>
​
<newAge>45</newAge>
​
<birthYear>1969</birthYear>
​
</Dean>
​
<cake>
​
<ingredients>
​
<ingredient>eggs</ingredient>
​
<ingredient>milk</ingredient>
​
<ingredient>butter</ingredient>
​
<ingredient>flour</ingredient>
​
<ingredient>sugar</ingredient>
​
</ingredients>
​
<decoration>
​
<frosting>ButterCream</frosting>
​
<message>Happy 45th Birthday!!!!</message>
<message>And may this coded wish be bug free!</message>
​
</decoration>
​
</cake>
​
</birthday>​


... A Geeky message... :laugh::laugh::laugh::laugh:
 
<?xml version="1.0" encoding="UTF-8"?> <birthday> <Dean> <previousAge>44</previousAge> <newAge>45</newAge> <birthYear>1969</birthYear> </Dean> <cake> <ingredients> <ingredient>eggs</ingredient> <ingredient>milk</ingredient> <ingredient>butter</ingredient> <ingredient>flour</ingredient> <ingredient>sugar</ingredient> </ingredients> <decoration> <frosting>ButterCream</frosting> <message>Happy 45th Birthday!!!!</message> <message>And may this coded wish be bug free!</message> </decoration> </cake> </birthday>
Holy geek batman- that's well formed xml!!! Very nice ! :)
 
Back
Top Bottom