Changeset 59925 in vbox
- Timestamp:
- Mar 4, 2016 1:57:37 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/SchemaDefs.xsl
r44948 r59925 9 9 * and should be reviewed on every Schema change. 10 10 11 Copyright (C) 2006-201 2Oracle Corporation11 Copyright (C) 2006-2016 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as … … 121 121 <!-- process include statements --> 122 122 <xsl:for-each select="xsd:include"> 123 <!-- skip VirtualBox-settings-root.xsd inclusion as it is computed at runtime --> 124 <xsl:if test="not(@schemaLocation='VirtualBox-settings-root.xsd')"> 125 <xsl:apply-templates select="document(@schemaLocation)/xsd:schema" mode="declare.enum"/> 126 </xsl:if> 123 <xsl:apply-templates select="document(@schemaLocation)/xsd:schema" mode="declare.enum"/> 127 124 </xsl:for-each> 128 125
Note:
See TracChangeset
for help on using the changeset viewer.