> It would be useful if BXML file allows to embed object which is created
> outside of BXML file:
>
> <TextPane bxml:id="textPane" styles="{margin:10, wrapText:false}">
> <bxml:include value="$abc"/>
> </TextPane>You can do this with the <bxml:reference> tag: <bxml:reference id="abc"/>
