Tried to generate a Custom Tag from the Witango.com web site but it seems to be broken.

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