VirtualBox

Changeset 53928 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 22, 2015 5:10:51 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97802
Message:

websrv-typemap.xsl: Avoid useing emitNewline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/websrv-typemap.xsl

    r45483 r53928  
    6161]]></xsl:text>
    6262  <xsl:value-of select="concat('vbox = &quot;', $G_targetNamespace, '&quot;')" />
    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>
    6767  <xsl:apply-templates />
    6868</xsl:template>
     
    147147    <xsl:when test="$wsmap='suppress'" />
    148148    <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)" />
    151151    </xsl:otherwise>
    152152  </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette