Currently, MiniHtml2 library is under development
https://www.b4x.com/android/forum/threads/b4x-web-minihtml2.170180/
Maybe for B4X developers, it has not much of any use.
Even for myself, translating the html into B4X code by hand is really torturing.
With Erel's MiniHtmlParser class, I have successfully modified it to be able to convert HtmlNode to Tag object.
But this is not real code. It is just object.
Therefore I need to create a converter to write the object into B4X code line by line.
I am not sure how easy it is but I am starting to try it out. Wish me luck.
https://www.b4x.com/android/forum/threads/b4x-web-minihtml2.170180/
Maybe for B4X developers, it has not much of any use.
Even for myself, translating the html into B4X code by hand is really torturing.
With Erel's MiniHtmlParser class, I have successfully modified it to be able to convert HtmlNode to Tag object.
But this is not real code. It is just object.
Therefore I need to create a converter to write the object into B4X code line by line.
I am not sure how easy it is but I am starting to try it out. Wish me luck.