I am trying to access/bind a to a datapointer.

    <datapointer name="currentArticle" xpath="articles:/articles/article[1]">
        <handler name="ondata">
            Debug.write("article data loaded");
        </handler>
    </datapointer>

    <view name="articleView" datapath="result:/values" x="0" y="0"
width="640" height="480">
        <view datapath="value"
x="$path{currentArticle:te...@name='thisvalue.name']/@x}">
                <text>test</text>
        </view>
    </view>

Of course the expression for the "x" is wrong. I want the the "x" from
the "text" node child of the datapointer that has the same name. But I
have no clue how to express this.

Anyone that could help me out here?

cheers
--
Torsten

Reply via email to