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
Jsoup doesn't recognize the <?php as a valid tag and treats imbedded php as a comment, I am checking for comments that begin with ?php and attempting to parse and visit the string in said comment. This works in some cases but not in all. Imbedded javascript and css work well, Jsoup recognizes the <script> and <style> tags.
It looks like Jsoup will default to comment for any <? type tag.
also if inside the imbedded php there is an html tag i.e echo jsoup will treat the tag and stuff following html tag as html not as a comment.
No description provided.
The text was updated successfully, but these errors were encountered: