summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-05-26 10:50:03 +0200
committerThorsten Behrens <tbehrens@novell.com>2010-05-26 10:50:03 +0200
commit8de3f3b99a1ec20cb9fc690694ba4d76fb7e8d5e (patch)
treeb876dc053725b0d22f4328f19b74bba549327b73
parente7557737a0706b83a373dca1d75918038339deb2 (diff)
Added invocation help to readme
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index 73ec493..48afc09 100644
--- a/README
+++ b/README
@@ -81,6 +81,20 @@ Converting that back to xml via "pyx2xml -ns" yields this:
You notice that the conversion is not lossless in terms of octets
produced, but should reasonably faithfully conserve the xml info set.
+INVOKING
+========
+
+xml2pyx.py <file.xml>: will convert xml file to pyx, on stdout
+
+pyx2xml.py [-ns]: will read pyx data from stdin, and output xml to
+ stdout. Without the -ns flag, will operate as a pure
+ filter and output lines as they come in. *With* the
+ -ns flag, will store entire xml file in memory, to
+ later add all used namespaces to the first element.
+
+MISC
+====
+
Feedback to <thb at openoffice dot org>
Have fun hacking,