w*****s 发帖数: 122 | 1 Can I mix different kinds of Chinese in the same document?
(1998-12-15)
Yes. Every XML element can take an attribute called "xml:lang" which says which language the element is. This is not the
character encoding (e.g. Big5 or GB2312), but the language: for example
...
means that the element is in Chinese, as used in Taiwan. By implication, the element p should use traditional characters.
...
means that the element is in Hong Kong Ch |
|