<!DOCTYPE statement required
Status: Beta
Brought to you by:
phonetik
I found that the following statement was required in
the CCXML in order for Oktopous to be able to parse the
input. I can't find any reference to that statement
being required and would hope that Oktopous would
default to something (like ccxml.dtd).
The statement I had to use was:
<!DOCTYPE ccxml PUBLIC "CCXML/1.0/DTD" "ccxml.dtd" >
in the following ccxml fragment:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ccxml PUBLIC "CCXML/1.0/DTD" "ccxml.dtd" >
<ccxml version="1.0">
.
.
.
Note that hte last parameter "ccxml.dtd" was mandatory
and had to reflect the name of the dtd file in the
current directory..
Logged In: YES
user_id=263731
you can expect a fix in the next release candidate.