B4A Library [B4X] MiniHtmlParser - simple html parser implemented with B4X - Erel    Oct 20, 2020   (35 reactions) MiniHtmlParser is a cross platform class that parses html strings and creates a tree... html pages are not 100% valid. The parser tries to handle a few cases, far from browsers which... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (12 reactions) What is Mastodon? IPSbNdBmWKE Pleroma is a lightweight implementation that extends Mastodon. B4X Pleroma is a client for these social networks. More information here: https://www.b4x.com/android/forum/threads/119426/#content It is based on quite a few B4X components including: BCTextEngine, BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer, B4XGifView, B4XPreferencesDialog, BCToast, xCustomListView, BitmapsAsync, RequestsManager and... B4A Question MiniHtmlParser problem - Error occurred on line: 236 (MiniHtmlParser) - mcqueccu    Aug 19, 2020
Dim link As String
Try
Dim parser As MiniHtmlParser
parser.Initialize
Dim root As HtmlNode = parser.Parse(content)
Dim sf_result As HtmlNode = parser.FindNode(root... B4A Question MiniHTMLParser get the node HTML - Rusty    Jan 27, 2021 I have the MiniHTMLParser parsing nodes very well within a class.
I can get the text, but would like to get the Node HTML along with the text.
is this possible? If so, how might this be done... B4A Question [Solved] How to use MiniHtmlParser to parse a html table ? - AnandGupta    Nov 12, 2020 that my logic will fail if the table,th or td are not proper.
So I tried using MiniHtmlParser, but am...>F</td>
</tr>
</table>
</body>"$
Dim parser As MiniHtmlParser
parser.Initialize
Dim root As HtmlNode = parser.Parse(html)
Dim p As HtmlNode = parser... B4A Question parser text from html by using MiniHtmlParser - Binary01 (first post)    Jan 16, 2022 Thank Erel.... B4A Question [ MiniHtmlParser ] how can i get <img> src inside a div ? - Waldemar Lima (first post)    Jan 23, 2022 /397b0a7e2d1355bca92d3e803270f7947ba973aa.gif">
</div>"$
Log(GetTagImage(GetTagClassDivHtml(s, "profile_avatar_frame")))
End Sub
Public Sub GetTagClassDivHtml(Html As String, Class... B4J Question MiniHTMLParser Error - MathiasM    Mar 19, 2021 debugger to connect...
Program started.
Error occurred on line: 276 (MiniHtmlParser)
java.lang....
This is my code:
Private HtmlParser As MiniHtmlParser
HtmlParser.Initialize
Dim root... B4J Question [B4X] MiniHtmlParser problem - davelew1s (first post)    Oct 20, 2020 Works fine now ..... thank you.... B4A Tutorial [B4X] [B4XPages] Pleroma / Mastodon Client - Erel    Feb 24, 2021   (24 reactions) the maximum allowed size.
The html from the feed is parsed using MiniHtmlParser class. The output..., mainly without the built-in ScrollView which is not needed here.
MiniHtmlParser - Html parser. Implemented as a library.
TextUtils - Converts the parsed html data to BBCode.
PleromaFeed - Downloads and....
HtmlToRuns - Converts the parsed html tree to text runs for BCTextEngine.
This project depends on several... Page: 1   2   3   4   5   6   7   |