Skip to main content



      Home
Home » Modeling » EMF » XINCLUDE support
XINCLUDE support [message #413522] Wed, 03 October 2007 07:15 Go to previous message
Eclipse UserFriend
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
 
Read Message
Read Message
Previous Topic:MappingEditor enhancement request ?
Next Topic:XSD to Ecore Generation
Goto Forum:
  


Current Time: Wed May 21 16:08:37 EDT 2025

Powered by FUDForum. Page generated in 0.02937 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top