I want to translate tag <my_tag> into <bold> in XML,
how can i do it.
I have a document
<?XML VERSION="1.0"?>
<my_tag>hello</my_tag>
and i want to build DTD of my_tag, such as a XML processor
will translate it to
<bold>hello</bold>
Thank you.