Hey,
Okay, I know this is not a forum, but I wanted to ask for recommendations about what’s the best way handle internationalization of XML documents (of the content in it, of course, not the tags themselves). More details about why I’m asking this will come later :).
Thanks.





W3C: Best Practices for XML Internationalization
http://www.w3.org/TR/xml-i18n-bp/
@ Audun: Thanks for the link :). I was thinking about something a bit more practical, though.
Use a DTD and custom entities.
If you google “XML international short” you should be able to get a handy guideline that doesn’t take too much time to implement.