[ 
https://issues.apache.org/jira/browse/XAP-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Margaris resolved XAP-268.
--------------------------------

    Resolution: Won't Fix

This is as designed, it should have a proper namespace

> 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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to