You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to parse an HTML page using JsoupAnnotations.
The sample app is quite "lightweight" and doesn't cover the full potential of this library.
Would you mind adding some examples for more complex structures as well?
E.g., I stuck parsing this piece of HTML with your library:
Hey,
I'd like to parse an HTML page using JsoupAnnotations.
The sample app is quite "lightweight" and doesn't cover the full potential of this library.
Would you mind adding some examples for more complex structures as well?
E.g., I stuck parsing this piece of HTML with your library:
Let's say I want to have the value of
data-date
, how would I have to annotate my model to be able to access it?Any help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered: