摘要:
项目中碰到的问题,记录如下,期望能对他人有用。def valid_XML_char_ordinal(c): """ @summary: check if the char is a valid xml character @param c: the character to be checked @see: # http://www.w3.org/TR/2008/REC-xml-20081126/#charsets @result: True/False """ return ( # conditions ordered by p.. 阅读全文
posted @ 2012-05-08 17:08
Jerry.Kwan
阅读(1390)
评论(0)
推荐(0)

浙公网安备 33010602011771号