Django Book 翻译
菜单>:
TOC
返回
原文:
A ``TextField`` that checks that the value is valid XML that matches a given schema. It takes one required argument, ``schema_path`` , which is the filesystem path to a RELAX NG (`http://www.relaxng.org/`_) schema against which to validate the field.
翻译:
它就是一个 ``TextField`` ,只不过要检查值是匹配指定schema的合法XML。它有一个必需参数: ``schema_path`` ,它是验证字段合法性所需的RELAX NG( `http://www.relaxng.org/`_ )schema的物理路径。
备注:
译者: