Previous Topic

Next Topic

Book Contents

Book Index

XML file for I18N environment

When working in an I18N environment, the following header must be placed at the top of the argument file:

<?xml version=’1.0’ encoding=’UTF-8’?>

EXAMPLE:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE TERMS SYSTEM "terms.dtd">

<TERMS>

<TERM>

<PARAM NAME="JOBNAME" OP="EQ" VALUE="Job5"/>

<PARAM NAME="CYCLIC" OP="EQ" VALUE="0"/>

</TERM>

</TERMS>

Parent Topic

XML file rules