XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> Tutorials, Microsoft, Internationalization -> Multilingual Web Pages with ASP and XML

Multilingual Web Pages with ASP and XML

Date: Jan. 4, 2001
Link: http://www.devx.com/xml/articles/kc1100/cox01-1.asp
Source Author or Organization: Ken Cox, XML Zone, Developer Exchange (DevX)

This tutorial teaches a strategy and techniques for implementing Active Sever Pages (ASP) and XML to create web pages that automatically localize to several target native languages.

The article shows how to develop one template version of a Web page using ASP, build an XML document containing the multiple language resources, use the Microsoft XML 3.0 parser (MSXML3) and XPath syntax (as implemented MSXML3) to locate the desired content within an XML document (i.e., choose from the available languages), and dynamically insert language strings into the HTML stream.