On Mon, 11 Feb 2013 15:50:47 -0500
Donald Ziesig <don...@ziesig.org> wrote:

>[...]
> >> 3) I have a separate program to parse the xml file and detect any
> >> possible syntax errors before Lazarus tries to load it.  Where should I
> >> put that?
> > What kind of syntax errors? For the xml or for the pascal snippets?
> For the xml.  I'm leaving the pascal as an exercise for the student ;-) .

The xml is parsed by the xml reader. It has error messages for syntax
errors. The IDE writes them only to stdout. This was never a problem,
because the xml file is written by the IDE, so there are no syntax
errors. 

Mattias

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to