RE: number of files with XForms

I've picked up the idea from Tim Berners-Lee, W3C's Director and
inventor of the Web, that the extension shouldn't appear at all (see
http://www.w3.org/Provider/Style/URI.html for more on the topic).

The interesting question is: what are the file types, not how do we call
them. And the types are: (drumroll)

XML for the instance (probably MIME types text/xml or application/xml)
XML Schema for the model (does anyone know about a MIME type for XML
Schema? I'd guess application/xml, but I don't _know_)

Did this help?

Josef

> -----Original Message-----
> From: Rodrigue Vaudan [mailto:vaudrodr@students.hevs.ch]
> Sent: Thursday, October 11, 2001 3:16 PM
> To: www-forms@w3.org; Josef Dietl
> Subject: Re: number of files with XForms
> 
> 
> Thank you ... and what are the extensions for the instance 
> file and for the
> model file ?
> 
> Rodrigue
> ----- Original Message -----
> From: "Josef Dietl" <josef@mozquito.com>
> To: "Rodrigue Vaudan" <vaudrodr@students.hevs.ch>; <www-forms@w3.org>
> Sent: Thursday, October 11, 2001 3:09 PM
> Subject: RE: number of files with XForms
> 
> 
> Hi Rodrigue,
> 
> what you ask is exactly the idea. Write a UI file that contains (at
> least):
> 
> <xform xmlns="http://www.w3.org/2001/08/xforms"
> xmlns:xl="http://www.w3.org/1999/xlink">
>   <instance xl:href="(url-of-instance)" />
>   <model xl:href="(url-of-schema)" />
> </xform>
> 
> This will pull in the instance from (url-of-instance) and the schema
> from (url-of-schema). You can even create an external link 
> alltogether,
> but explaining how that works takes more than the few lines. 
> (Maybe I'll
> set up a web page for that.)
> 
> Josef
> 
> -----Original Message-----
> From: Rodrigue Vaudan [mailto:vaudrodr@students.hevs.ch]
> Sent: Thursday, October 11, 2001 1:49 PM
> To: www-forms@w3.org
> Subject: number of files with XForms
> 
> 
> Hello,
> 
> Could we have in XForms one file that have the instance data, one file
> with de XForms Model and one file with de XForms User Interface ?
> 
> If it's possible, how do you paste all files together ?
> 
> Thank you for your answer ...
> 
> 
> <signature>
>   <name>Vaudan Rodrigue</name>
>   <organisation>ESIS - HEV's Sierre</organisation>
>   <email>rodrigue.vaudan@students.hevs.ch</email>
> </signature>
> 
> 
> 

Received on Thursday, 11 October 2001 09:50:24 UTC