PYX uses the first character of every line to represent a markup event such as an open-tag or attribute.
PYX 使用每一行的第一个字符代表一个标记 事件,比如起始标签或者属性。
Element defaults can only be character data (not containing markup).
元素缺省值只能是字符数据(不包含标记)。
One of the features of xml_objectify I introduced in XML Matters #2 was the special _XML attribute that kept complete element contents (including subelement markup of character data).
我在“XML 问题 #2”中介绍的 xml_objectify 的一个特性是保持完整元素内容的(包括字符数据的子元素标记)这样一种特殊 _XML 属性。
应用推荐