-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does XQ support concat, and if so, how in the hell does it work? #67
Comments
|
Unfortunately, it doesn't work as intended. I'll take a look at how to workaround the problem. |
Thank you! |
Now it's possible to use some popular functions. However, the support has some limitations. One of them is that the function will not work inside the selector but works well on the top level. It means you should use something like that:
|
Awesome, thanks! I'll give that a whirl. |
When will this be generally available? I tried it just now, with version 1.2.3, and still getting no results.
|
The issue was addressed in the master branch, which points to 1.2.4 (see https://github.com/sibprogrammer/xq/blob/master/version) It is not released yet. But I think I'll release it today or tomorrow. |
Thanks again! |
FYI - Confirmed working
|
Is this also possible when using CSS selectors? |
Problem Statement
Can't figure out how to use concat, if even supported. This is the best example I have found, and it produces no results: https://scrapfly.io/blog/how-to-join-values-in-xpath/
Expected Result
From the article above, I expect to see the output the articles says I should see.
The text was updated successfully, but these errors were encountered: