namespace behaviour using xhtml-xforms.nvdl
Posted: Sat Feb 17, 2007 4:17 pm
If I start a new xml file using the supplied xhtml-xforms.nvdl
I get
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<model xmlns="http://www.w3.org/2002/xforms"></model>
</head>
</html>
However if I change the namespace declarations as follows
<h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns:f="http://www.w3.org/2002/xforms">
<h:head>
Oxygen still proposes to insert
<model xmlns="http://www.w3.org/2002/xforms"></model>
while I hoped that it would be
<f:model></f:model>
After some time the desired behavior appears, but disappears again. The precise conditions are not clear to me yet.
Paul
I get
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<model xmlns="http://www.w3.org/2002/xforms"></model>
</head>
</html>
However if I change the namespace declarations as follows
<h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns:f="http://www.w3.org/2002/xforms">
<h:head>
Oxygen still proposes to insert
<model xmlns="http://www.w3.org/2002/xforms"></model>
while I hoped that it would be
<f:model></f:model>
After some time the desired behavior appears, but disappears again. The precise conditions are not clear to me yet.
Paul