X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=xml;h=59fad36688b17a60f937f9d4aa82441eaf53e70d;hp=e34ac224f51fa09ab8f38e166114280c6b53ac91;hb=34a85ed74694597c4546f8e4c0ee48e181ab4a49;hpb=4cc3c29346f56087c1c50a8eb3c49a7a1788aa9e diff --git a/xml b/xml index e34ac22..59fad36 100755 --- a/xml +++ b/xml @@ -14,7 +14,7 @@ file the command is "%cd"): cd file/xml://; in older versions it is cd file#xml, where "file" is the name of your XML file. See detailed installation instructions at -http://phdru.name/Software/mc/xml_INSTALL.html. +https://phdru.name/Software/mc/xml_INSTALL.html. The VFS represents tags as directories; the directories are numbered to distinguish tags with the same name; numbering also helps to sort tags by their @@ -27,6 +27,9 @@ names and 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. +Date/time for all directories/files set to the last modification time of the +XML file. + 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