I am running out of options and attempting to find out if there is a way to evaluate xpath expressions inside of a ScriptTask.
Long story short, I have to embed a large XML block in the process definition, and use several variables to access the appropriate value inside of the XML. The problem I am running into is that document.evaluate is not an option and that is the primary suggestion online for evaluating xml and xpath expressions with javascript. I don't have access to any other scripting languages at this time. Organizational standards won't allow it without a very good reason.