J
J
Julia Kovalenko2016-07-08 16:06:47
Yii
Julia Kovalenko, 2016-07-08 16:06:47

What library to use for parsing html to php?

Need to build DOM from html to php.
Simple HTML DOM Parser is a great library but not very fast.
I would like something faster.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim Timofeev, 2016-07-08
@webinar

how to write something faster Simple HTML DOM Parser - post it right away. Faster by hand only. curl + regex

X
xmoonlight, 2016-07-08
@xmoonlight

Truly said Maxim Timofeev !
In addition, there is also xpath and Polish parsing for wandering around nodes.
And what is the goal? (an example, at least...)

M
Maxim Alekhin, 2016-07-08
@Settler1

We parse through regular expressions, which is much faster.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question