Skip to main content

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

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

--




Back to the top