Related Topics . . Special HTML Characters . . Special Formatting Characters . . Home
You must make the following replacements within your AppPages:
You must replace the double quote character with its entity reference
if the character occurs within a tag (between angle braces).
| Character | Entity Reference |
|---|---|
| " | " |
For example, to execute the SQL statement:
select empno from employees where emp_name = 'Bob "Speedy" Wait';
use the following entity reference in the MISQL tag:
<?MISQL SQL="select empno from employees where emp_name = 'Bob "Speedy" Wait';> $1 <?/MISQL><BR>
You must replace characters that normally specify formatting information
with the following replacements when they occur within formatting specifications
(between the begin and end tags).
| Character | Replacement |
|---|---|
| { | {{ |
| } | }} |
| $ | $$ |