Use xml.sax module to solve the encode issue
authorZhuoX Li <zhuox.li@intel.com>
Fri, 4 Jul 2014 05:44:04 +0000 (13:44 +0800)
committerLin Yang <lin.a.yang@intel.com>
Wed, 9 Jul 2014 02:58:12 +0000 (10:58 +0800)
commit7a267dbf1671472580e31cd8366d3f1c679fb2aa
treef194c71849e2825e91ef8c6aa36be3590d2f9087
parent19a91e4c20ddc88ecaa59a6e8017ea3e1366745c
Use xml.sax module to solve the encode issue

xml.sax module as a better substitute for the 'replace' property of string,
to solve the encode issue.

Change-Id: I167a217895536adfb58ecd9b320f510ecda5e9de
job_request.py
job_submit.py