]> git.phdru.name Git - extfs.d.git/commitdiff
Document namespaces
authorOleg Broytman <phd@phdru.name>
Sat, 23 Nov 2013 19:25:08 +0000 (23:25 +0400)
committerOleg Broytman <phd@phdru.name>
Sat, 23 Nov 2013 19:25:08 +0000 (23:25 +0400)
xml-ANNOUNCE

index d77b2df29a98b1ba21c06855e19f7f3c36e212a7..4ff97efbb5043494ce27dec7ec259e6876b6f184 100644 (file)
@@ -38,6 +38,11 @@ values are reencoded to the console encoding. Text nodes and comments are
 collected in a file named "text", stripped and reencoded. The filesystem is
 read-only.
 
 collected in a file named "text", stripped and reencoded. The filesystem is
 read-only.
 
+Implementation based on minidom doesn't understand namespaces, it just shows
+them among other attributes. ElementTree-based implementation doesn't show
+namespaces at all. Implementation based on lxml.etree shows namespaces in a
+separate file "namespaces".
+
 It is useful to have a top-down view on an XML structure but it's especially
 convenient to extract text values from tags. One can get, for example, a
 base64-encoded image - just walk down the VFS to the tag's directory and copy
 It is useful to have a top-down view on an XML structure but it's especially
 convenient to extract text values from tags. One can get, for example, a
 base64-encoded image - just walk down the VFS to the tag's directory and copy