XINCLUDE support [message #413522] |
Wed, 03 October 2007 07:15  |
Eclipse User |
|
|
|
hello,
I have a set of documents which are related to from one to another.
corporation.xml
<organization>
<person> ... </person>
<xi:include href="branch.xml#/"/>
<person> ... </person>
<xi:include href="branch2.xml#/"/>
<xi:include href="branch3.xml#/"/>
</organization>
branch.xml
<organization>
<person> ... </person>
</organization>
branch1.xml
<organization>
<person> ... </person>
</organization>
So in object model Organization can contain other sub-organizations (in List
of organizations)
How to model this relationships in EMF.ECORE mode?
How to say that reference will be created in another .xml file and this
reference will be represented by <xi:include href="" tag?
Thank You for any help,
John Cage
|
|
|