Converts a String the information registered in the RCS operation of comparison of versions.
1 rcs.toString
<rcs.toString>
<Revision /> +
</rcs.toString>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
ERevision |
Returns | |
---|---|
Type | Description |
String | Converts a string the data obtained by RCS. |
Example
Copy
<xsql-script name='rcs_to_String'> <body> <set name='m_1'> <string>5</string> </set> <set name='m_2'> <string>3</string> </set> <set name='m_rcs'> <rcs.toString> <rcs.diff> <m_1/> <m_2/> </rcs.diff> </rcs.toString> </set> <println><m_rcs/></println> </body> </xsql-script>