Changeset 59488 in vbox for trunk/src/VBox/Main/webservice/websrv-python.xsl
- Timestamp:
- Jan 26, 2016 8:19:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/websrv-python.xsl
r59487 r59488 114 114 req=<xsl:value-of select="$ifname"/>_<xsl:value-of select="$fname"/>RequestMsg() 115 115 req._this=self.handle 116 if type(value) in [int, bool, basestring, str , tuple, list]:116 if type(value) in [int, bool, basestring, str<xsl:if test="$attrsafearray='yes'">, tuple, list</xsl:if>]: 117 117 req._<xsl:value-of select="$attrname"/> = value 118 118 else:
Note:
See TracChangeset
for help on using the changeset viewer.