HTMLp
HTMLp copied to clipboard
Delphi Dom HTML Parser and Converter. Fork (not from the original author): https://sourceforge.net/projects/htmlp/
Need support read elements without "internal tags": ```code```, ```script```, ```template```.
I am not the original author **HTMLp**. Original repo: https://sourceforge.net/projects/htmlp/ I forked and implemented the edits and improvements I needed, but I don’t know if others need them? Should I...
https://github.com/ange007/HTMLp/blob/4883f9902d88aee29570867530d804649ee15c79/HtmlReader.pas#L497 ReadNumericEntityNode function handles the readings different way than ReadNamedEntityNode. Numeric entity is read as TEXT_NODE and named entities are read as ENTITY_REFERENCE_NODE, also different events are triggered which causes...