Objective:
To create a program that will translate TaoML tags into XML tags and XML tags into TaoML tags.
For Example:
<ts1 name="Chapter
4 Searching" url="http://www2.cs.pitt.edu/~szmyd/project/demo/weiying/growingbook/ch4/chap4-0.htm"></ts1>
Should be Translated Into the XML Form:
<ts1>
<name>
"Chapter
4 Searching"
</name>
<url>
"http://www2.cs.pitt.edu/~szmyd/project/demo/weiying/growingbook/ch4/chap4-0.htm"
</url>
</ts1>