Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [emft-dev] XPath references in JET

Ueli,

We'd prefer that you use the newgroup for asking questions.   JET questions
should directed to the M2T newsgroup:
news://news.eclipse.org/eclipse.modeling.m2t


Ed Merks/Toronto/IBM@IBMCA
mailto: merks@xxxxxxxxxx
905-413-3265  (t/l 969)




                                                                           
             Ueli Kistler                                                  
             <ukistler@xxxxxx>                                             
             Sent by:                                                   To 
             emft-dev-bounces@         emft-dev@xxxxxxxxxxx                
             eclipse.org                                                cc 
                                                                           
                                                                   Subject 
             09/03/2007 11:12          [emft-dev] XPath references in JET  
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
              EMFT Developer                                               
               Mailing List                                                
             <emft-dev@eclipse                                             
                   .org>                                                   
                                                                           
                                                                           




Hello,

how do i handle these kind of references in source and target with M2T
(aka JET)?

<root>
    <elements name="A">....</elements>
    <elements name="B">....</elements>
    <relation name="some relation" source="#//@root/@elements.0"
target="#//@root/@elements.1"/>
</root>

E.g. if i want to print out only relations from A to some other elements
what are the required steps to do so?
I couldn't find any information in tutorials or the wiki.

Thanks for your feedback!

Regards,
    Ueli Kistler

--


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




Back to the top