javascript (Domino DTD)

Represents code written in the JavaScript language.

Containment Hierarchy

Contained by: %code.types;

Syntax

<!ELEMENT javascript ( #PCDATA | nonxmlchar )*>

Content

#PCDATA | nonxmlchar

Contains either plain text or a hexadecimal version of a character which is not in the range of characters that XML processors are required to accept.