Changeset 53928 in vbox for trunk/src/VBox
- Timestamp:
- Jan 22, 2015 5:10:51 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97802
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/websrv-typemap.xsl
r45483 r53928 61 61 ]]></xsl:text> 62 62 <xsl:value-of select="concat('vbox = "', $G_targetNamespace, '"')" /> 63 <xsl: call-template name="emitNewline" />64 <xsl:call-template name="emitNewline" /> 65 <xsl:text># Namespaces for the interfaces in xidl that need to be mapped according to their wsmap attribs:</xsl:text> 66 <xsl:call-template name="emitNewline" />63 <xsl:text> 64 65 # Namespaces for the interfaces in xidl that need to be mapped according to their wsmap attribs: 66 </xsl:text> 67 67 <xsl:apply-templates /> 68 68 </xsl:template> … … 147 147 <xsl:when test="$wsmap='suppress'" /> 148 148 <xsl:otherwise> 149 <xsl:value-of select="concat($ifname, ' = ', $G_targetNamespace, $G_targetNamespaceSeparator, $ifname, $G_bindingSuffix)" />150 <xsl:call-template name="emitNewline" />149 <xsl:value-of select="concat($ifname, ' = ', $G_targetNamespace, $G_targetNamespaceSeparator, 150 $ifname, $G_bindingSuffix, $G_sNewLine)" /> 151 151 </xsl:otherwise> 152 152 </xsl:choose>
Note:
See TracChangeset
for help on using the changeset viewer.