X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=xml;h=7164c144d3f06d78779992be372a2318c8c7275f;hp=9ae64229fe196d91df60b81b8760409b275c01d5;hb=b6ee71b34fb402181ea0aa92ed640478ec7d4e83;hpb=de0094d59e0b360bcf330caa0863d04c61d43624 diff --git a/xml b/xml index 9ae6422..7164c14 100755 --- a/xml +++ b/xml @@ -23,6 +23,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. +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 +its text file to a real file. + The VFS was inspired by a FUSE xmlfs: https://github.com/halhen/xmlfs """