NAME
eBay::API::XML::Call::GetAttributesXSL::GetAttributesXSLRequestType
DESCRIPTION
Retrieves the Item Specifics SYI XSL stylesheet. Apply the stylesheet to the XML returned from a call to GetAttributesCS or GetProductSellingPages to render a form like the Item Specifics portion of eBay's Title and Description page. See the eBay Web Services Guide for an overview of Item Specifics and information on working with the XSL.
SYNOPSIS
INHERITANCE
eBay::API::XML::Call::GetAttributesXSL::GetAttributesXSLRequestType inherits from the eBay::API::XML::RequestDataType class
Subroutines:
setFileName()
The name of the XSL file to retrieve. If not specified, the call returns the latest versions of all available XSL files. FileName is an optional input. Valid values<br> <br> syi_attributes.xsl
RequiredInput: No
# Argument: 'xs:string'
getFileName()
# Returns: 'xs:string'
setFileVersion()
The desired version of the XSL file. Required if FileName is specified. If not specified, the call returns the latest version of the file. (This is not a filter for retrieving changes to the XSL file.)
RequiredInput: Conditionally
# Argument: 'xs:string'
getFileVersion()
# Returns: 'xs:string'