Changes between Version 8 and Version 9 of OnyxExportOntology
- Timestamp:
- 01/27/11 14:36:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OnyxExportOntology
v8 v9 266 266 I've been working on a stylesheet to take the variables.xml onyx etract and make it into Jeff's suggested ontology schema format so here it is :- 267 267 268 269 {{{ 268 270 <?xml version="1.0" encoding="UTF-8"?> 269 271 <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions"> … … 317 319 </xsl:template> 318 320 </xsl:stylesheet> 321 }}} 319 322 320 323 Seems to work quite well but needs more effort around the variable/variable bit below question as I'm not entirely sure where we are sourceing this data from. I've attached the file as well for easier editing etc.