Changeset 22043 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Aug 6, 2009 5:18:53 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50781
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/constants-python.xsl
r21968 r22043 68 68 <xsl:if test="not(position()=last())">,</xsl:if> 69 69 </xsl:for-each>} 70 70 71 71 _ValuesFlatSym = {<xsl:for-each select="//enum"> 72 72 <xsl:variable name="ename"> … … 77 77 <xsl:value-of select="concat($ename, '_', @name)"/> 78 78 </xsl:variable> 79 '<xsl:value-of select="$eval"/>': '<xsl:value-of select=" $eval"/>'<xsl:if test="not(position()=last())">,</xsl:if>79 '<xsl:value-of select="$eval"/>': '<xsl:value-of select="@name"/>'<xsl:if test="not(position()=last())">,</xsl:if> 80 80 </xsl:for-each> 81 81 <xsl:if test="not(position()=last())">,</xsl:if>
Note:
See TracChangeset
for help on using the changeset viewer.