From: Oleg Broytman Date: Sat, 23 Nov 2013 19:25:08 +0000 (+0400) Subject: Document namespaces X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=commitdiff_plain;h=b6d8474034497dcb890e7a701bf658465249e24c Document namespaces --- diff --git a/xml-ANNOUNCE b/xml-ANNOUNCE index d77b2df..4ff97ef 100644 --- a/xml-ANNOUNCE +++ b/xml-ANNOUNCE @@ -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. +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