cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
Thierry_S
Super User

JSL > XPATH detailed docmentation

Hi JMP Community,

I want to expand my knowledge about the Xpath function. I have been able to find partial information in the online Help and the Discussion Forum, but I still lack a complete understanding of the syntax to point to specific elements in JMP reports. 

Of note, I found this helpful post from 2015: https://community.jmp.com/t5/Discovery-Summit-2015/JMP-Discovery-2015-Mining-JMP-Reports-v10-pdf/ta-...

But, it lacks the step-by-step explanation of the Xpath syntax. Therefore, I would greatly appreciate finding additional resources to learn.

Thanks.

TS

Thierry R. Sornasse
1 ACCEPTED SOLUTION

Accepted Solutions
ih
Super User (Alumni) ih
Super User (Alumni)

Re: JSL > XPATH detailed docmentation

Hello @Thierry_S,

 

Like regular expressions (regex), XPath is not specific to JMP or JSL. There is a lot of documentation out there about how to use XPath in any language, try using web searches that do not include JMP.  I am guessing JMP didn't spend a lot of time documenting either function because there is already so much available on other sites.  The link below might be a good place to start.

 

https://www.w3schools.com/xml/xpath_intro.asp

View solution in original post

2 REPLIES 2
ih
Super User (Alumni) ih
Super User (Alumni)

Re: JSL > XPATH detailed docmentation

Hello @Thierry_S,

 

Like regular expressions (regex), XPath is not specific to JMP or JSL. There is a lot of documentation out there about how to use XPath in any language, try using web searches that do not include JMP.  I am guessing JMP didn't spend a lot of time documenting either function because there is already so much available on other sites.  The link below might be a good place to start.

 

https://www.w3schools.com/xml/xpath_intro.asp

Thierry_S
Super User

Re: JSL > XPATH detailed docmentation

Hi ih,

Right on the money like always. 

Thank you very much for the resource.

Best,

TS

Thierry R. Sornasse