Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436246 | Differences between
and this patch

Collapse All | Expand All

(-)VirtualBox-4.2.0/src/VBox/Main/webservice/websrv-wsdl.xsl.dist (-1 / +1 lines)
Lines 958-965 Link Here
958
<xsl:template match="library">
958
<xsl:template match="library">
959
  <definitions
959
  <definitions
960
        name="VirtualBox"
960
        name="VirtualBox"
961
        xmlns="http://schemas.xmlsoap.org/wsdl/"
961
        xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
962
        xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
962
    <xsl:attribute name="xmlns">http://schemas.xmlsoap.org/wsdl/</xsl:attribute>
963
    <xsl:attribute name="targetNamespace"><xsl:value-of select="$G_targetNamespace" /></xsl:attribute>
963
    <xsl:attribute name="targetNamespace"><xsl:value-of select="$G_targetNamespace" /></xsl:attribute>
964
    <!-- at top of WSDL file, dump a <types> section with user-defined types -->
964
    <!-- at top of WSDL file, dump a <types> section with user-defined types -->
965
      <xsl:comment>
965
      <xsl:comment>

Return to bug 436246