Hi,

What I really meant by my question is that, when trying to generate XHTMl 
documents containing XForms, from a Sedna database, by using the syntax:

declare namespace se = "http://www.modis.ispras.ru/sedna";;
declare option se:output "indent=yes";
declare option se:output "method=xml";
let $doc := document('acces.xml')
return $doc
 
where $doc is an XHTML file with XForms.

The result is that FF 2.0.0.13 does render the page as text/html, not 
application/xhtml+xml.

At this moment, the single way to force Content-type to application/xhtml+xml 
is by header command in php, but I would be delighted to use only an .xquery 
file and Sedna datbase.

Thank you,
Claudius


      

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to