CMPxML is based on the well-known open standard
XML.
The best way to learn CMPxML quickly is to run some
Samples, read their CMPxML
and rewrite them. When you want to learn more, please come back to this page.
CMPxML will start like this with <CMPxML> tag.
<?xml version="1.0" encoding="UTF-8" ?>
<!-- CMP Scenario Script
ver.0.0 by XML-->
<CMPxML version="0.0">
...
... Write script between CMPxML tag
...
</CMPxML>
Note) Prohibited character literals ~
<,
>,
&,
',
"
They can not be used as element content or attribute values. Instead,
a character entity
must be used as <
for < ,
& for
&,
> for
>,
' for
' and
" for
".
About XML specifications, please access
http://www.w3.org/XML/.