Changeset 13724 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Oct 31, 2008 4:53:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/SchemaDefs.xsl
r13722 r13724 159 159 <xsl:with-param name="member" select="' MinCPUCount'"/> 160 160 <xsl:with-param name="select" select=" 161 xsd:complexType[@name='TCPUCount']/xsd:attribute[@name=' CPUCount']//xsd:minInclusive/@value161 xsd:complexType[@name='TCPUCount']/xsd:attribute[@name='count']//xsd:minInclusive/@value 162 162 "/> 163 163 </xsl:call-template> … … 165 165 <xsl:with-param name="member" select="' MaxCPUCount'"/> 166 166 <xsl:with-param name="select" select=" 167 xsd:complexType[@name='TCPUCount']/xsd:attribute[@name=' CPUCount']//xsd:maxInclusive/@value167 xsd:complexType[@name='TCPUCount']/xsd:attribute[@name='count']//xsd:maxInclusive/@value 168 168 "/> 169 169 </xsl:call-template>
Note:
See TracChangeset
for help on using the changeset viewer.