src/Tools/isac/xmlsrc/xmlsrc.thy
author Walther Neuper <neuper@ist.tugraz.at>
Tue, 01 Mar 2011 15:23:59 +0100
branchdecompose-isar
changeset 41905 b772eb34c16c
child 48763 9b9936d79dbe
permissions -rw-r--r--
intermed.update to Isabelle2011: test/../syntax added

present problem: test/Tools/isac/ADDTESTS/filed-depend does not update
neuper@41905
     1
(* Title:  collect all defitions for xml generation
neuper@41905
     2
   Author: Walther Neuper 110226
neuper@41905
     3
   (c) due to copyright terms
neuper@41905
     4
*)
neuper@41905
     5
neuper@41905
     6
theory xmlsrc imports Interpret
neuper@41905
     7
  uses ("mathml.sml") ("datatypes.sml") ("pbl-met-hierarchy.sml")
neuper@41905
     8
       ("thy-hierarchy.sml") ("interface-xml.sml")
neuper@41905
     9
begin
neuper@41905
    10
neuper@41905
    11
  use "mathml.sml"
neuper@41905
    12
  use "datatypes.sml"
neuper@41905
    13
  use "pbl-met-hierarchy.sml"
neuper@41905
    14
  use "thy-hierarchy.sml" 
neuper@41905
    15
  use "interface-xml.sml"
neuper@41905
    16
neuper@41905
    17
end