3 Feb
2000
3 Feb
'00
8:12 a.m.
The xmldocument product do not accept utf-8 document with Chinese and European characters. The file I try to import is below : <?xml version="1.0"?> <faq title="A Sample FAQ"> <entry> <question>To be or not to be?</question> <answer>That is the question.</answer> </entry> <entry> <question>The question of life the universe and everything?</question> <answer>42</answer> </entry> <entry> <question>What is a character not is plain ascii?</question> <answer>Simply ç </answer> </entry> </faq>