External Interfaces > RealWeb > RealWeb API > Character Translation > RWS_TRANS

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

RWS_TRANS (RealWeb) (rws_trans.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RWS_TRANS


Purpose

Processes the contents of a string to convert reserved HTML characters into their escape sequences. The Control parameter can be used to specify further translations once this conversion is complete.

Syntax

RWS_TRANS(String, Control)

Parameters

String String to be processed.

Control Specifies further translations as follows:

RWD_DEFAULT
No further translations.

RWD_BLIST
Colour-codes the names of RealWeb APIClosed subroutines, public and private RealWeb definitions and RealWeb common variables.

RWD_XML
Further translations for XMLClosed. Converts attribute marks, value marks and subvalue marks to ^, ] and \ respectively.

RealityV15.1 (MoTW) Revision 7Comment on this topic