Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [emf-dev] XPath support for EMF

Thomas,

An EMFT commiter (Peter Neher) released an XPath engine running against ecore metamodels (see: http://www.eclipticalsoftware.com/emf/xpath).

This engine relies on Jaxen (Apache style light open source licensing).

Topcased released such XPath contribution based on this framework sometime ago (which was very raw).

Another aspect is that EMF URIs actually had an XPath like support. You can also have a look at SDOUtil class which embbed a minimal xpath _expression_ utils for ecore (http://kickjava.com/src/org/eclipse/emf/ecore/sdo/util/SDOUtil.java.htm).

regards,




2008/8/26 Thomas Dreßen <thomas.dressen@xxxxxxxxxxxxxx>

Hi all,

I am searching for XPath support for EMF.
It should be possible to have String-expressions (XPath-like) to navigate to an EMF-model.

This framework looks good:
http://www.eclipticalsoftware.com/emf/xpath/

But i am looking for a framework supported through the EMF / Eclipse community.

Does anyone have experiences with this ?

Thanks,

Thomas


_______________________________________________
emf-dev mailing list
emf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/emf-dev




--
- Lucas

Website : www.metamundi.com
Ecore Tools : http://www.eclipse.org/modeling/emft/?project=ecoretools#ecoretools
EMFT Search : http://www.eclipse.org/modeling/emft/?project=search#search
EMFatic (Interim Lead) : http://www.eclipse.org/modeling/emft/?project=emfatic#emfatic
Blog : http://my-naked-truth.blogspot.com
Ohloh : http://www.ohloh.net/accounts/8371
Club Smart Objects : http://smartobjects.wordpress.com/

Back to the top