File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,22 @@ The Python installation features multiple convenience commandline scripts.
79
79
80
80
- ` odmlconvert ` : Converts odML files of previous file versions into the current one.
81
81
- ` odmltordf ` : Converts odML files to the supported RDF version of odML.
82
- - ` odmlview ` : Render and browse local XML odML files in the webbrowser.
82
+ - ` odmlview ` : Render and browse local XML odML files without stylesheet in the webbrowser.
83
83
84
84
All scripts provide detailed usage descriptions by adding the ` help ` flag to the command.
85
85
86
86
odmlconvert -h
87
87
odmltordf -h
88
88
odmlview -h
89
89
90
+ ### Browsing odML files
91
+
92
+ odML XML files can be saved with an included XSL stylesheet for convenient local
93
+ viewing via a web browser. To use this option, save odML documents using the ` XMLWriter `
94
+ instead of ` odml.save() ` :
95
+
96
+ XMLWriter(doc).write_file("filename.xml", local_style=True)
97
+
90
98
### odML - NIX conversion script
91
99
92
100
You can also find a command line script for importing metadata from odML files into the
You can’t perform that action at this time.
0 commit comments