Skip to content
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

document the new parent() Jsoup function in our docs #5176

Closed
thadguidry opened this issue Aug 13, 2022 · 1 comment
Closed

document the new parent() Jsoup function in our docs #5176

thadguidry opened this issue Aug 13, 2022 · 1 comment
Labels
Good First Issue Indicates issues suitable for newcomers to design or coding, providing a gentle introduction. Type: Documentation Issues related to improving project documentation or tutorials.

Comments

@thadguidry
Copy link
Member

thadguidry commented Aug 13, 2022

We forgot to update our docs to add the new parent() Jsoup function from #4184 into the /manual/grelfunctions#jsoup-xml-and-html-parsing

Returns the parent node or null if no parent. Use it in conjunction with parseHtml() and select() to provide an element.

@thadguidry thadguidry added Type: Documentation Issues related to improving project documentation or tutorials. Good First Issue Indicates issues suitable for newcomers to design or coding, providing a gentle introduction. labels Aug 13, 2022
kumaryogesh17 added a commit to kumaryogesh17/OpenRefine that referenced this issue Aug 13, 2022
wetneb pushed a commit to kumaryogesh17/OpenRefine that referenced this issue Aug 13, 2022
wetneb pushed a commit that referenced this issue Aug 13, 2022
* added parent jsoup function in docs #5176

* added parent jsoup function in docs #5176
@thadguidry
Copy link
Member Author

The parent() function is now showing in the GREL functions on our docs site. Yippee!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Indicates issues suitable for newcomers to design or coding, providing a gentle introduction. Type: Documentation Issues related to improving project documentation or tutorials.
Projects
None yet
Development

No branches or pull requests

1 participant