How to translate tags?

Safro Ilya (safro@CS.bgu.ac.il)
Thu, 26 Mar 1998 07:03:09 +0300 (IDT)


Hello,

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.