Some more questions :
I've removed the </view> tag and it's OK
I'm now in trouble with the v5d files hosting on http server.
I'm able to do this :
<a href="idv:idv.createDisplay ('C:/4D_t1.v5d', 'Unamed', 'isosurface',
'')">
But this :
<a href="idv:idv.createDisplay
('http://www.loni.ucla.edu/~bmendibu/4D_t1.v5d', 'Unamed', 'isosurface',
'')">
Generates :
===========
An exeception has occured
Initalizing Vis5D data source
Data object "http://www.loni.ucla.edu/~bmendibu/4D_t1.v5d" not
compatible with v5d data family
===========
And the file is present and avalaible for download on the web server.
Should I modify the server settings ?