summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-12-23 06:23:55 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-12-23 06:23:55 +0000
commit8437c12916013af1f7f44a2ee18d986ca433c0d8 (patch)
treeef598fd69ab2bd83bfa2e25a8b2db4325b99798e
parent661cb1f5f4624435e7e60fbc13aa9153929760f8 (diff)
update
git-svn-id: https://svn.neo-layout.org@1317 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r--xml/neo20.py2
-rw-r--r--xml/readme.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/xml/neo20.py b/xml/neo20.py
new file mode 100644
index 0000000..7f15b7a
--- /dev/null
+++ b/xml/neo20.py
@@ -0,0 +1,2 @@
+import yaml
+
diff --git a/xml/readme.txt b/xml/readme.txt
index 81042e5..58e4bfb 100644
--- a/xml/readme.txt
+++ b/xml/readme.txt
@@ -1,5 +1,7 @@
Dies soll einmal die Referenz ersetzen. Alles ist noch in der Testphase.
+Für die Yaml/Python-Verarbeitung nutze ich PyYAML (pyyaml.org).
+
Zur Xml-Validation und Xsl-Transformation nutze ich gerne Xmlstarlet auf xmlstar.sourgeforge.net
(Martin Roppelt)