Changeset 26 for trunk/src/xml
- Timestamp:
- 04/10/09 23:11:32 (16 years ago)
- Location:
- trunk/src/xml
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/xml/core_psis.xtm ¶
r2 r26 1 1 <?xml version="1.0"?> 2 <!-- ======================================================================= --> 3 <!-- Isidorus --> 4 <!-- (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann --> 5 <!-- --> 6 <!-- Isidorus is freely distributable under the LGPL license. --> 7 <!-- You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. --> 8 <!-- ======================================================================= --> 9 10 2 11 <topicMap xmlns="http://www.topicmaps.org/xtm/" version="2.0"> 3 12 -
TabularUnified trunk/src/xml/exporter.lisp ¶
r12 r26 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. 7 ;;+----------------------------------------------------------------------------- 8 9 1 10 (in-package :exporter) 2 11 -
TabularUnified trunk/src/xml/exporter_xtm1.0.lisp ¶
r12 r26 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. 7 ;;+----------------------------------------------------------------------------- 8 9 1 10 (defpackage :exporter 2 11 (:use :cl :cxml :elephant :datamodel) -
TabularUnified trunk/src/xml/exporter_xtm2.0.lisp ¶
r12 r26 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. 7 ;;+----------------------------------------------------------------------------- 8 9 1 10 (in-package :exporter) 2 11 -
TabularUnified trunk/src/xml/importer.lisp ¶
r2 r26 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. 7 ;;+----------------------------------------------------------------------------- 8 9 1 10 ;; TODOs (in descending priority): 2 11 ;; * resolve non-local topicRefs -
TabularUnified trunk/src/xml/importer_xtm1.0.lisp ¶
r2 r26 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. 7 ;;+----------------------------------------------------------------------------- 8 9 1 10 (in-package :xml-importer) 2 11 -
TabularUnified trunk/src/xml/importer_xtm2.0.lisp ¶
r2 r26 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. 7 ;;+----------------------------------------------------------------------------- 8 9 1 10 (in-package :xml-importer) 2 11 -
TabularUnified trunk/src/xml/setup.lisp ¶
r2 r26 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. 7 ;;+----------------------------------------------------------------------------- 8 9 1 10 (in-package :xml-importer) 2 11 -
TabularUnified trunk/src/xml/tools.lisp ¶
r2 r26 1 ;;+----------------------------------------------------------------------------- 2 ;;+ Isidorus 3 ;;+ (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann 4 ;;+ 5 ;;+ Isidorus is freely distributable under the LGPL license. 6 ;;+ You can find a detailed description in trunk/docs/LGPL-LICENSE.txt. 7 ;;+----------------------------------------------------------------------------- 8 9 1 10 (defpackage :xml-tools 2 11 (:use :cl :cxml)
Note: See TracChangeset
for help on using the changeset viewer.