Subject: Re: Generating User Interfaces from Schema
From: ben senior <ben@xxxxxxxxxxxxx>
Date: Tue, 19 Jul 2005 16:42:32 +0200
|
We generate our web GUI from custom XML tags (like <gui
type="transparent_window" trigger="onmouseover"> ...some html ... <load>
...some more html to load when triggered </load> </gui>
We then use an XSL sheet to parse it, generating PHP and Javascript , or
Flash depending on the output platform. Is this the sort of thing you
are talking about?
Ben
Michael Kay wrote:
>As mentioned in another thread, there is a lot of processing to get from a
>schema document (a chunk of XML) to a schema (a set of components with
>properties). You probably want to start from the schema, not from the schema
>document.
>
>There seems to be a need for a tool here that generates an XML
>representation of the schema, perhaps as a schema document in some kind of
>"normal form" with appinfo annotations to represent the computed properties.
>Having written a schema processor in Java, I find it hard to imagine writing
>one in XSLT, though I'm sure it can be done in theory.
>
>Michael Kay
>http://www.saxonica.com/
>
>
>
>>-----Original Message-----
>>From: Angel Gavin [mailto:agavin@xxxxxx]
>>Sent: 19 July 2005 10:09
>>To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>>Subject: Generating User Interfaces from Schema
>>
>>Hi all,
>>
>>I have read a lot about the suitability of XSLT to generate
>>Graphical User
>>Interfaces (GUI) from XML Schema. I suppose that many people has been
>>working on this before, but I just want to get some feedback
>>from the list.
>>Are there any related project/initiatives/products/... to
>>generate GUIs in
>>an automated way? I only know one commercial product
>>(JAXFront) and, as far
>>as I know, it is not based on XSLT.
>>
>>At the time being I can foresee some restrictions (not
>>necessarily linked to
>>the use of XSLT, but to automation itself) I may need to
>>impose to Schemas.
>>Any hints on this will be much appreciated too.
>>
>>Thanks a lot in advance for your help,
>>Angel
>>
>>
>>______________________
>>Este mensaje, y en su caso, cualquier fichero anexo al mismo,
>> puede contener informacion clasificada por su emisor como
>>confidencial
>> en el marco de su Sistema de Gestion de Seguridad de la
>>Informacion siendo para uso exclusivo del destinatario, quedando
>>prohibida su divulgacion copia o distribucion a terceros sin la
>>autorizacion expresa del remitente. Si Vd. ha recibido este mensaje
>> erroneamente, se ruega lo notifique al remitente y proceda a
>>su borrado.
>>Gracias por su colaboracion.
>>______________________
>>This message including any attachments may contain confidential
>>information, according to our Information Security Management System,
>> and intended solely for a specific individual to whom they
>>are addressed.
>> Any unauthorised copy, disclosure or distribution of this message
>> is strictly forbidden. If you have received this
>>transmission in error,
>> please notify the sender immediately and delete it.
>>______________________
|