VirtualBox

Changeset 53932 in vbox for trunk/src/VBox/Main/webservice


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

websrv-python.xsl: Not sure if this style sheet avoids the big output buffer problem by not using xsl:text where it should. Added a flush call, just in case. Fixed (C) year.

File:
1 edited

Legend:

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

    r50183 r53932  
    1010        web service API. Depends on WSDL file for actual SOAP bindings.
    1111
    12     Copyright (C) 2008-2014 Oracle Corporation
     12    Copyright (C) 2008-2015 Oracle Corporation
    1313
    1414    This file is part of VirtualBox Open Source Edition (OSE), as
     
    345345          return <xsl:value-of select="$ifname" />(self.mgr, self.handle[index])
    346346      raise TypeError, "iteration over non-sequence"
    347 
     347<xsl:call-template name="xsltprocNewlineOutputHack"/>
    348348</xsl:template>
    349349
     
    468468
    469469<xsl:template match="/">
    470 <xsl:text># Copyright (C) 2008-2014 Oracle Corporation
     470<xsl:text># Copyright (C) 2008-2015 Oracle Corporation
    471471#
    472472# This file is part of a free software library; you can redistribute
     
    869869       <xsl:call-template name="enum"/>
    870870  </xsl:for-each>
     871  <xsl:text>
    871872
    872873import base64
     
    892893  def encodebase64(self, str):
    893894      return base64.encodestring(str)
    894 
     895</xsl:text>
    895896</xsl:template>
    896897
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