while writing xml you have to use html-encoding,
for example: if you want to use '&' in some field then in xml you have
to write it as '&'
<... col_name="fast&furious" .../>
this link might prove to be helpful:-
http://en.wikipedia.org/wiki/Character_encodings_in_HTML:)
zhiyongcui wrote:
> How to deal with xml escape problems in field type text in form.
> I try to create some employees ,but happened type in something wrong ,and I
> could not summit my form.
> then it show me some tips ,and all my information showed as something like
> '张三'
> who can help me ?
>