Not Directly, although I higly recommend doing just that for dynamic layouts. I
use a templating tool to bring multiple files together and then I send the
output to Swixml. Throw it all into a StringReader or something and load that
instead of giving it a path to a file. 

if you're not familiar with templating tools check out Velocity and Freemarker.
 I'm partial to the latter but I think Velocity is definitely more popular.  

-Kate



Iborg Halim wrote:

>using more than one XML file
>
>Hello,
>
>it's possible to use more than one XML file to create the GUI?
>
>
>e.g.
>
>+--Application----------------+
>| +---------panel_1---------+ |
>| |                         | | <----gui1.xml  
>| |                         | |
>| +-------------------------+ |
>| +---------panel_2---------+ |
>| |                         | | <----gui2.xml
>| |                         | |
>| +-------------------------+ |
>+-----------------------------+
>
>if I use:
>  
> {
>  ...
>  engine.insert(gui1.xml, this);
>  engine.insert(gui2.xml, this);
>  ...
>}
>
>compunents in the first gui1.xml will overwritten.
>
>Thanks...
>Halim
>
>
>_______________________________________________
>Forum mailing list
>Forum@carlsbadcubes.com
>http://pisces.lunarpages.com/mailman/listinfo/forum_carlsbadcubes.com
>



Reply via email to