How to use EMF to read XML file?

后端 未结 5 1545
别那么骄傲
别那么骄傲 2020-12-15 00:40

EMF = Eclipse Modeling Framework

I have to use EMF in one of my class projects. I am trying to understand how to use EMF to do the following:

  1. Read XML,
5条回答
  •  情深已故
    2020-12-15 01:09

    I built a small program that does some basic model format conversion using emftriple (former emf4sw), i.e. Ecore XMI (XML file) to RDF TTL.

    I used some of the tips in the answers here, so thank you guys!

    Maybe the source code can inspire you: https://github.com/frostyandy2k/model-transformer

提交回复
热议问题