src/Tools/isac/xmlsrc/xmlsrc.thy
author Walther Neuper <neuper@ist.tugraz.at>
Sun, 16 Jun 2013 12:31:41 +0200
changeset 48880 ea0c337066d9
parent 48763 9b9936d79dbe
child 52139 511fc271f783
permissions -rw-r--r--
Isabelle2011 --> 2012 intermediate

Made paths absolute wrt ~~, which probably will be shortened later again.
'isabelle usedir -b HOL Isac' successfully creates a heap;
still no 'thehier' created in 'Knowledge/Build_Thydata.thy',
because these are not required by the math-engine.
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@48880
     6
theory xmlsrc imports 
neuper@48880
     7
  "~~/src/Tools/isac/Interpret/Interpret"
neuper@48880
     8
uses 
neuper@48880
     9
  ("~~/src/Tools/isac/xmlsrc/mathml.sml") 
neuper@48880
    10
  ("~~/src/Tools/isac/xmlsrc/datatypes.sml") 
neuper@48880
    11
  ("~~/src/Tools/isac/xmlsrc/pbl-met-hierarchy.sml")
neuper@48880
    12
  ("~~/src/Tools/isac/xmlsrc/thy-hierarchy.sml") 
neuper@48880
    13
  ("~~/src/Tools/isac/xmlsrc/interface-xml.sml")
neuper@41905
    14
begin
neuper@41905
    15
neuper@48880
    16
  use "~~/src/Tools/isac/xmlsrc/mathml.sml"
neuper@48880
    17
  use "~~/src/Tools/isac/xmlsrc/datatypes.sml"
neuper@48880
    18
  use "~~/src/Tools/isac/xmlsrc/pbl-met-hierarchy.sml"
neuper@48880
    19
  use "~~/src/Tools/isac/xmlsrc/thy-hierarchy.sml" 
neuper@48880
    20
  use "~~/src/Tools/isac/xmlsrc/interface-xml.sml"
neuper@41905
    21
neuper@41905
    22
end