Tintware Documentation : Tint Documentation Tools : pdbimportImporting TML Filespdbimport <pdbfile> <tmlfile> ... <pdbfile> is the pdb file which will be generated. <tmlfile> is the name of an existing tml file which will be imported into the pdb file. ... indicates that you can specify as many tml files to be imported as you want. pdbimport will put out error messages of the form: xml: error: XMLCHECK_STARTENDTAGMATCH at offset 1814 in ..\pdb.tml In Tint Emacs, open the file ..\pdb.tml and use the command M-x goto-char; it will prompt you with Goto char: . Type in the offset specified in the error message. This will take you to where the error occurred. |