Last active
July 8, 2020 09:57
-
-
Save codenameone/36174cb1e0db7539f46f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String first2[] = result.getAsStringArray("//player[position() < 3]/firstname"); | |
String secondLast = result.getAsString("//player[last() - 1]/firstName"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment