Hello all
Does anyone of you already noticed this "tiny" change in Xpath syntax causing a problems with existing scripts (codes)?
As described in this ARTICLE the change is related to the version of Pearl running in Big Sur.
Old syntax seems to look like:
[5.18] xpath [filename] query
And new one (Big Sur) should look like:
[5.28] xpath [options] -e query [-e query...] [filename...]
This is huge change if you are using Xpath a lot in JAMF scripts, etc.
I'm wondering how you were/are dealing with it. Or if you are using alternatives for xpath.