diff options
-rw-r--r-- | doc/presentation.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/presentation.txt b/doc/presentation.txt index 74cd374..8312967 100644 --- a/doc/presentation.txt +++ b/doc/presentation.txt @@ -57,6 +57,18 @@ image:multi-db.svg[] image:read-only.svg[] +== Testdaten + +[source,sql] +---- +select dbms_xmlgen.getxml ('select * from lessons') from dual; +---- + + * Transformation der XML Datensätze mit XSLT + + -> SQL Statements für KAPV-Datenbank + + -> Kommandozeilenaufrufe von curl für automatisches Anlegen von Aufgaben + + == Demonstration Demonstration! |