【RF库XML测试】parse xml

Name:
Parse Xml
Source:
XML <test library>
Arguments:
[ source | keep_clark_notation=False ]
Parses the given XML file or string into an element structure.
The `source` can either be a path to an XML file or a string containing XML. In both cases the XML is parsed into ElementTree element structure and the root element is returned.
As discussed in `Handling XML namespaces` section, this keyword, by default, strips possible namespaces added by ElementTree into tag names. This typically eases handling XML documents with namespaces considerably. If you do not want that to happen, or want to avoid the small overhead of going through the element structure when your XML does not have namespaces, you can disable this feature by giving `keep_clark_notation` argument a true value (e.g. any non-empty string).

 

 

posted @ 2017-06-20 22:14  垄上行  阅读(594)  评论(0编辑  收藏  举报