Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Is ecore-based XML browsing possible?
Is ecore-based XML browsing possible? [message #600736] Fri, 05 January 2007 10:35
Eclipse UserFriend
Originally posted by: nijha.cisco.com

Hi,

Is ecore-based XML browsing possible using JET (to generate code for the
XML) . If yes then how can this be achieved?
Here XML could be an EMF Model instance. Eg:

<?xml version="1.0" encoding="UTF-8"?>
<library:Library xmlns:library="http://www.example.eclipse.org/Library">
<writers>
<name>JKR</name>
<books>#//@books.0</books>
</writers>
<writers>
<name>APJ Kalam</name>
<books>#//@books.1</books>
</writers>
<books>
<title>HP</title>
<author>#//@writers.0</author>
</books>
<books>
<title>Wings of Fire</title>
<author>#//@writers.1</author>
</books>
</library:Library>

Regards,
Nitu
Previous Topic:Questions on JET transformation project
Next Topic:Using Jet Transformation with EMF documents
Goto Forum:
  


Current Time: Sat Apr 27 03:28:18 GMT 2024

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

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

Back to the top