Hi Guys,
I have one requirement in which I pass a XML file as an input argument to my script. I don't want to read or process that file input in my script. Whereas I need to read that xml file in library and process the data inside. This data will be provided to script by library when a particular subroutine is called in script.
Now How can I able to read the xml file command argument by script in my library?
Thanks