Changeset 7492 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Mar 18, 2008 10:07:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/SettingsConverter.xsl
r7466 r7492 289 289 vb:Machine//vb:AudioAdapter" 290 290 mode="v1.3"> 291 <xsl:if test="not(../vb:Uart)"> 292 <UART/> 293 </xsl:if> 294 <xsl:if test="not(../vb:Lpt)"> 295 <LPT/> 296 </xsl:if> 291 297 <xsl:copy> 292 298 <xsl:apply-templates select="@*[not(name()='driver')]|node()" mode="v1.3"/>
Note:
See TracChangeset
for help on using the changeset viewer.