react-native-html-parser icon indicating copy to clipboard operation
react-native-html-parser copied to clipboard

To much that is missing

Open AlenToma opened this issue 3 years ago • 1 comments

This library is really greet, specially when it could handle the missing html tags.

Now there is still to much work to be done.

1- Methods name is wrong eg querySelect. 2- This need to work with typescript, eg need to implement types. 3- querySelect dose not really work like it should be, take for example this selector ".test> p:first-child" this will not return the correct data at all.

I made this library work together with node-html-parser where is this library will parse the html and correct all missing html tags and then I use node-html-parser to reparse the html return from this library and work there after with the html.

I really want to skip this as it takes more time then it should take.

It would be great to have a look at node-html-parser and use their type/selector operation but use this library as html parser.

Is there is plan to do this ?

AlenToma avatar Jan 30 '22 12:01 AlenToma

Ok I have developed advanced-html-parser and added many feature to this library.

AlenToma avatar Feb 02 '22 10:02 AlenToma