On Fri, 11 Jan 2008, willem wrote:

> Michael Van Canneyt wrote:
> > On Fri, 11 Jan 2008, willem wrote:
> >
> >   
> > > I try to generate xml with fpdoc, but I get an error message
> > >
> > > FPDoc - Free Pascal Documentation Tool
> > > Version 2.2.0 [2007/08/30]
> > > (c) 2000 - 2003 Areca Systems GmbH / Sebastian Guenther, [EMAIL PROTECTED]
> > >
> > > Invalid format "XML-STRUCT" specified
> > > Writing 9 pages...
> > > Done.
> > >
> > > The pages are html in stead of xml.
> > >     
> >
> > Obviously. Read the error message.
> > What is the command-line you are using ?
> >
> > Michael.
> >   
> 
> > makeskel --package=regexdna --input=regexdna.pas --output=regexdna.xml
> >
> > fpdoc --format=xml-struct --package=regexdna --input=regexdna.xml

1. Where do you get this xml-struct from ?? 
   I think you want --format=xml

2. Input is the pas file, not the xml file:
   fpdoc --format=xml --package=regexdna --input=regexdna.pas 
--descr=regexdna.xml

Michael.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to