Are there any library’s for Delphi that would allow parsing HTML with XPath or XQuery. Similar to what PHP has built in by default. For example FLWOR..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know of any libraries, but here is my XE2 helper class unit with the SelectNode(s) function that I use to ‘do’ XPath. The RemoveNameSpaces and XMLToTree functions do not apply, but who knows when they might come in handy 😉