GeekArticles
XML
Core XMLPractical Internationalization
Author: xml.com |
Published: 10th Aug 2005 |
Visited: 195 times |
Add CommentFiled in: Core XMLby Edd Dumbill April 18, 2001 Tim Bray's map.net site provides a representation in 2D and 3D of the Open Directory Project 's content. In an earlier article for XML.com, Tim explained the architecture of map.net, TAXI . However, the one aspect of map.net that interested me most is its handling of fully internationalized content. Internationalization (often abbreviated as i18n ) is often notoriously lacking in many applications and is perceived as difficult. I asked Tim about his...n
Read Article Sponsored Links
Related Articles
• CodeSnip: Practical Use of Translate Function in Oracle This code snippet combines the utilities of the length function and the translate function in order to count the number of delimited entities saved as a single string. Deepankar first gives an overview of the problem and then examines it with the help of SQL stateme ...
• CodeSnip: Practical Use of "for update of" in Oracle Cursor In this article, Deepankar examines the usage and application of the "for update of" cursor using Oracle 9i. He examines the concept with the help of a sample scenario. Initially, he provides the complete code listing followed by a detailed explanation. He finishes the discussion by examining the st ...