Missing namespace prefix ignored: messages

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Missing namespace prefix ignored: messages

Chris Bailey-2
Hi.

Since upgrading to a nightly build of 3.5.1, I now get lots of messages
(sometimes as many as 30) whenever I view an xform page.

"Warning: Missing namespace prefix ignored:"

Any idea how to resolve this?

I am running xforms from within my own JSP pages
<html xmlns="http://www.w3.org/1999/xhtml"
        xmlns:jsp="http://java.sun.com/JSP/Page"
        xmlns:xxforms="http://orbeon.org/oxf/xml/xforms"
        xmlns:xforms="http://www.w3.org/2002/xforms"
        ...>
...
</xhtml>

and all my instance data have empty namespace declarations
<xforms:instance id="mydata">
        <data xmlns="">...</data>
</xforms:instance>

--
----------------------
Chris Bailey
[hidden email]



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Missing namespace prefix ignored: messages

Erik Bruchez
Administrator
Chris,

I have seen some of these recently. They are produced by dom4j (with
System.out...). This could be a result of changes to the XInclude
processor, or maybe something else, I am not sure!

I entered a bug to track this:

http://forge.objectweb.org/tracker/index.php?func=detail&aid=306978&group_id=168&atid=350207

Besides the messages, did you see any actual namespace problems?

-Erik

Chris Bailey wrote:

> Hi.
>
> Since upgrading to a nightly build of 3.5.1, I now get lots of messages
> (sometimes as many as 30) whenever I view an xform page.
>
> "Warning: Missing namespace prefix ignored:"
>
> Any idea how to resolve this?
>
> I am running xforms from within my own JSP pages
> <html xmlns="http://www.w3.org/1999/xhtml"
>     xmlns:jsp="http://java.sun.com/JSP/Page"
>     xmlns:xxforms="http://orbeon.org/oxf/xml/xforms"
>     xmlns:xforms="http://www.w3.org/2002/xforms"
>     ...>
> ...
> </xhtml>
>
> and all my instance data have empty namespace declarations
> <xforms:instance id="mydata">
>     <data xmlns="">...</data>
> </xforms:instance>
>

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws