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 How to test a command with the Designer

More
26 Mar 2015 15:54 #1 by Virginie_Samson
Virginie_Samson created the topic: How to test a command with the Designer
Hello
I need to test different command (like { ./tech:physicalName() }).

Wasn't there a special window where we could write this king of command to see what it returns ?

Thanks
More
30 Mar 2015 10:09 #2 by Thomas BLETON
Thomas BLETON replied the topic: How to test a command with the Designer
Hi,
This type of command is part of the Stambia API, in this case it applies to Metadata and can be tested through the Xpath context menu.
=> Right click on a metadata node, and choose Xpath > Custom Xpath.
=> In the popup window, type your command and click Evaluation. For example: tech:physicalName()
=> The result is displayed in the Console View.
More
30 Mar 2015 16:18 #3 by Virginie_Samson
Virginie_Samson replied the topic: How to test a command with the Designer
I do not see any pop up windows
More
30 Mar 2015 17:07 #4 by Thomas BLETON
Thomas BLETON replied the topic: How to test a command with the Designer
Make sure you right click on a schema or a table (or a file, etc...), not on a root node.