Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Question call xpath

More
13 Aug 2019 16:48 #1 by hamza
call xpath was created by hamza
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
Replied by Thomas BLETON on 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