Programming with Reflection

image\rwnprg32.gif TransformXMLtoSettings property

 

Syntax

object.TransformXMLtoSettings
object.TransformXMLtoSettings = Value

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) the file name and path of a transform file that converts Reflection for IBM settings into XML format. This file is installed when you install Reflection and the default value of this property identifies the installed file.

Values

The default is "RibmXmlToRsf.xsl". The maximum string length is 260 characters. You can specify an absolute path, a UNC path, or no path, as shown in these examples:

Absolute path:
Session.TransformXMLtoSettings = C:\Mypath\RibmXmlToRsf.xsl

UNC path:
Session.TransformXMLtoSettings = \\Mysever\Mypath\RibmXmlToRsf.xsl

No path:
When no path is given, Reflection looks in the \Transforms\IBM subfolder of your Reflection installation folder. If you have installed Reflection to the default location, then the default value for this property (RibmXmlToRsf.xsl) identifies the following location:

C:\Program Files\Reflection\Attachmate\Transforms\IBM\RibmXmlToRsf.xsl

Notes

· This file and the file specified by transform file specified by TransformRwebtoXML must be both be present when you import Reflection for the Web files into Reflection for IBM.

· If you are running a Japanese version of Windows, use TransformXMLtoSettingsJ.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property