Programming with Reflection
TransformRwebtoXML property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the file name and path of a transform file that converts Reflection for the Web settings to Reflection for IBM settings (in XML format). This file is installed when you install Reflection and the default value of this property identifies the installed file.
The default is "RWebXmlToRibm.xsl". The maximum string length is 260 characters. You can specify an absolute path, a UNC path, or use no path, as shown in these examples:
Absolute path:
Session.TransformRwebtoXML = C:\Mypath\RwebXmlToRibm.xsl
UNC path:
Session.TransformRwebtoXML = \\Mysever\Mypath\RwebXmlToRibm.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 (RWebXmlToRibm.xsl) identifies the following location:
C:\Program Files\Attachmate\Reflection\Transforms\IBM\RWebXmlToRibm.xsl
Notes
· This file and the file specified by TransformXMLtoSettings must both be present when you import Reflection for the Web files into Reflection for IBM.