hi all

like to ask the experts out there if the current (?) XML version supports
multiple lang?
Im working on a bilingual site. THe english works well with XML but when i
working on the chinese and korean lang it didnt work.I have to set to pure
HTML version. Any pointers is appreciated. ;)

Basically i just change the char set. here's an example of what i did with
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>--------&gt;&gt;My Site&lt;&lt; -------</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="mysite.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/JavaScript">:

thanks