XInclude: Elements inserted by XInclude must have explicit namespace
--------------------------------------------------------------------
Key: XAP-268
URL: https://issues.apache.org/jira/browse/XAP-268
Project: XAP
Issue Type: Bug
Components: XML Dom / Parsing
Reporter: Trevor Oldak
Priority: Minor
Insert <button> element into <verticalBoxPane> using XIncude.
=== ajax-index.xal:
<xal xmlns="http://openxal.org/ui/html"
xmlns:xi="http://openxal.org/core/xinclude">
<verticalBoxPane align="start" padding="3px" width="500px" height="500px"
borderWidth="3px"
borderColor="blue" borderStyle="solid">
<xi:include href="test.xal" />
</verticalBoxPane>
</xal>
=== test.xal that does not work:
<button x="10px" y="20px" width="100px" height="50px" text="Here"/>
=== test.xal that works:
<button xmlns="http://openxal.org/ui/html" x="10px" y="20px" width="100px"
height="50px" text="Here"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira