File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
<?xml-stylesheet type =" text/xsl" href =" odmlTerms.xsl" ?>
3
3
<?xml-stylesheet type =" text/xsl" href =" odml.xsl" ?>
4
4
<odML version =" 1.1" >
5
+ <repository >http://portal.g-node.org/odml/terminologies/v1.1/terminologies.xml</repository >
5
6
<version >42</version >
6
7
<section >
7
8
<name >TheCrew</name >
Original file line number Diff line number Diff line change 24
24
25
25
save_to = os .path .join (output_directory , "THGTTG.odml" )
26
26
27
- odmlrepo = 'http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml'
27
+
28
+ odmlrepo = 'http://portal.g-node.org/odml/terminologies/v1.1/terminologies.xml'
28
29
29
30
# CREATE A DOCUMENT
30
31
doc = odml .Document (author = "D. N. Adams" ,
31
32
date = datetime .date (1979 , 10 , 12 ),
32
- version = 42 )
33
- # repository=odmlrepo)
33
+ version = 42 ,
34
+ repository = odmlrepo )
34
35
35
36
# CREATE AND APPEND THE MAIN SECTIONs
36
37
doc .append (odml .Section (name = "TheCrew" ,
You can’t perform that action at this time.
0 commit comments