Changeset 66274 in vbox for trunk/src/VBox/Main/idl/xpidl_iid.xsl
- Timestamp:
- Mar 28, 2017 12:19:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/xpidl_iid.xsl
r62486 r66274 93 93 --> 94 94 <xsl:template match="library"> 95 <xsl:apply-templates select=" if |interface"/>96 <xsl:apply-templates select=" module"/>95 <xsl:apply-templates select="application/if | application/interface"/> 96 <xsl:apply-templates select="application/module"/> 97 97 </xsl:template> 98 98 … … 151 151 </xsl:template> 152 152 153 154 <xsl:template match="application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']//module/class" /> 155 156 <xsl:template match="application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']/if//interface 157 | application[@uuid='ec0e78e8-fa43-43e8-ac0a-02c784c4a4fa']//interface" /> 158 153 159 </xsl:stylesheet> 154 160
Note:
See TracChangeset
for help on using the changeset viewer.