1

I've been using the HTML object library for a while for parsing HTML.

The library itself works perfectly, the only problem is that loading/initializing HTML using createDocumentFromUrl (even if it's a small file) takes way too long.

Does anyone know if there exists an alternative component?

1 Answer 1

1

You can add a reference to Microsoft VBScript Regular Expressions 5.5 then use regular expressions to parse it. The general recommendation is don't try to use regular expressions to parse html, but if you are looking for only a few tags this might work for you.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.