Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question call xpath

More
13 Aug 2019 16:48 #1 by hamza
hamza created the topic: call xpath
Bonjour,
je n'arrive pas a utiliser le xpath. Dans la capture d'ecran j'essaye d’accéder a la valeur par defaut ou le type d'une variable dans un script sans succes


cldt
Attachments:
More
16 Aug 2019 11:09 #2 by Thomas BLETON
Thomas BLETON replied the topic: call xpath
Le XPath permet d'utiliser les valeurs par défaut et le type d'une metadata variable au moment de la compilation.
Par exemple avec une variable metadata dont le nom est MYVAR, de type String et de valeur par défaut ABC :

%x{$MYVAR/tech:type()}x% => String
%x{$MYVAR/tech:defaultValue()}x% => ABC