Forum Discussion

Happy's avatar
Happy
Contributor
8 years ago
Solved

How to get part of xml from project properties

I need to get part of xml, that located under project properties.  XML located under Custom Properties, named Test <test1>aaa</test1> <test2>bbb</test2> <test3>ccc</test3> And from this xml I ne...
  • Happy's avatar
    8 years ago

    def result= context.expand('${#Project#Test#//test2}').toString()