Tried to generate a Custom Tag from the Witango.com web site but it seems the utility was removed from the site.

Documentation also references a dtd that I cannot find on the server:

>From documentation "The format of the XML custom meta tag definition file is given by ctags.dtd, which resides in the XML directory under your Witango directory. "

Copied xml from a previously generated custom tag and modified the values for my new TCF.

TCF = error.tcf
Method = ERRORGEN

When I restart the Witango service and look at the event log I see an entry

[ 3164] 2004-05-13 15:36:14 RUNTIME WARNING Invalid xml header in document - 'C:\Program Files\Witango\Server\CustomTags\errorgen.xml'

Here is the XML i created for the custom tag.

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE TAGPACKAGES SYSTEM "ctags.dtd" >
<tagpackages Version="0b1">
<packagedef id="MyPackage">
<author></author>
<version></version>
<copyright></copyright>
<packagedesc></packagedesc>
<objects>
<objectdef id="errorg" type="TCF">
<name>error.tcf</name>
<varname>errorg</varname>
<scope>request</scope>
</objectdef>
</objects>

<tags>
<tagdef name="errorgen" objectid="errorg">
<method>ERRORGEN</method>
<encoding></encoding>
<tagdesc></tagdesc>

<attrdef name="VALUE" required="">
<defaultvalue></defaultvalue>
<attrdefdesc></attrdefdesc>
</attrdef>
</tagdef>
</tags>
</packagedef>
</tagpackages>

Any suggestions on why I get that error?
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to