Translator XML source into Latex format
Anybody knows how i do to convert a XML script source to XML format into Latex document??
For example:
XML format:
<example>
<name>
</name>
</example>
To XML format into Latex document:
$<$example$>$
$<$name$>$\$<$/name$>$\$<$/example$>$
Please, i need help, because i'm needing to edit many big XML script source into a Latex project...
Thanks.
|