Related Topics . . Special HTML Characters . . Special Formatting Characters . . Home


Special Characters in Unversal Web Connect Tags

You must make the following replacements within your AppPages:

Special HTML characters

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 &quot;Speedy&quot; Wait';> $1
<?/MISQL><BR>

Special Formatting Characters

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
{ {{
} }}
$ $$

Related Topics

Universal Web Connect Tags


Top of Page . . Special HTML Characters . . Special Formatting Characters . . Home