Programming with Reflection
TransformXMLtoRweb 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 IBM settings (in XML format) to Reflection for the Web settings. This file is installed when you install Reflection and the default value of this property identifies the installed file. This file must be present when you export Reflection for IBM settings to Reflection for the Web *.config files.
The default is "RibmXmlToRweb.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.TransformXMLtoRweb = C:\Mypath\RibmXmlToRweb.xsl
UNC path:
Session.TransformXMLtoRweb = \\Mysever\Mypath\RibmXmlToRweb.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 (RibmXmlToRweb.xsl) identifies the following location:
C:\Program Files\Attachmate\Reflection\Transforms\IBM\RibmXmlToRweb.xsl