Last modified by Erik Bakker on 2023/01/24 15:10

From version 38.1
edited by Carlijn Kokkeler
on 2022/10/05 11:47
Change comment: There is no comment for this version
To version 39.1
edited by Carlijn Kokkeler
on 2022/10/05 11:50
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -59,6 +59,17 @@
59 59  
60 60  At this point you probably wonder why anyone would start their journey on the XPath "path" from the root level. Well imagine the following **input** message:
61 61  
62 +{{code language="xml"}}
63 +<Projects>
64 + <Project>
65 + <ID>1</ID>
66 + </Project>
67 + <Status>
68 + <ID>1</ID>
69 + </Status>
70 +</Projects>
71 +{{/code}}
72 +
62 62  [[image:Main.Images.Microlearning.WebHome@crashcourse-platform-create-transformation-xpath-basic--second-basic-input-message.png]]
63 63  
64 64  As you can see from this example taking the third option of our previous example would end up getting two results (both the ID under Project and the ID under Status).