Question
2
Replies
879
Views
Wanki & ARIS Ltd
Posted: January 8, 2017
Last activity: January 23, 2017
Closed
Solved
Pass the namespace parameter of Method Apply-Parse-XML as a variable or parameter
Hi,
Has anyone succeeded in passing the namespace parameter of the Apply-Parse-XML method as a parameter or global variable?
I am on PRPC 6.2 SP1 and neither =PageName.PropertyName nor Param.Name works.
Kind regards,
Samuel
***Updated by moderator: Lochan to update Categories***
Hi swammy Warris,
I do not think name space parameter cn accept property reference, it is declared as String, hence even if you give pagename.property or param.property, it would search for a name space as "Pagename.property".
May be you can try wring a function which takes the value of namespace from "Pagename.property and passes it as string to Apply-Parse-XML.
Can you speak more your requirement, may be we could have other options
Vamshi