File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<?xml-stylesheet type =" text/xsl" href =" odmlTerms.xsl" ?>
33<?xml-stylesheet type =" text/xsl" href =" odml.xsl" ?>
44<odML version =" 1.1" >
5+ <repository >http://portal.g-node.org/odml/terminologies/v1.1/terminologies.xml</repository >
56 <version >42</version >
67 <section >
78 <name >TheCrew</name >
Original file line number Diff line number Diff line change 2424
2525save_to = os .path .join (output_directory , "THGTTG.odml" )
2626
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'
2829
2930# CREATE A DOCUMENT
3031doc = odml .Document (author = "D. N. Adams" ,
3132 date = datetime .date (1979 , 10 , 12 ),
32- version = 42 )
33- # repository=odmlrepo)
33+ version = 42 ,
34+ repository = odmlrepo )
3435
3536# CREATE AND APPEND THE MAIN SECTIONs
3637doc .append (odml .Section (name = "TheCrew" ,
You can’t perform that action at this time.
0 commit comments