[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Generic tool



On Mon, 22 Nov 2010 23:49:27 , Henk Robbers <h.robbers@chello.nl> wrote:
> Peter Slegg wrote:
>
> > <?xml version="1.0"?>
> > <form application="/bin/ls">
> >     <object type="check">
> >         <label="details" value="l" status="off">
> >     </object>
> >     <object type="check">
> >         <label="all files" value="a" status="off">
> >     </object>
> >     <object type="button">
> >         <label="Apply">
> >     </object>
> > </form>
>
> The problem with xml (and html) is that it is
> unfit for human expression.
>

I've worked with some very, very large complicated ones so yousort of get
used to it, especially with nice tools like oXygen.

I'd keep this one quite simple and they wouldn't be very big unless you
set one up for gcc :-)

Peter