B4A Library [B4X] MiniHtmlParser - simple html parser implemented with B4X - Erel    Oct 20, 2020   (37 reactions) ℵ
- 0.91 - Fixes an issue with text after the last element. B4A Question Parse Html file - how to? - Erel (first post)    Jan 25, 2021   (1 reaction) MiniHtmlParser - simple html parser implemented with B4X B4A Tutorial [B4X] [B4XPages] Pleroma / Mastodon Client - Erel    Feb 24, 2021   (25 reactions) Images usage is carefully tracked.
Unused images are removed from the cache and are recycled in B4A.
Images are loaded asynchronously in B4A and B4i.
Images are downsampled if larger than the maximum allowed size.
The html from the feed is parsed using MiniHtmlParser class. The output is a tree of B4J Question miniHtmlParser help - William Lancee (first post)    Jan 11, 2024   (3 reactions) Interesting project. See attached code and tested zip.
Sub Process_Globals
Private HtmlParser As MiniHtmlParser
End Sub
Sub AppStart (Args() As String)
HtmlParser.Initialize
Dim root As HtmlNode = HtmlParser.Parse(File.ReadString(File.DirAssets, "opera.html"))
Dim div As HtmlNode B4J Question MiniHTMLParser shows error message when no node text present - teddybear (first post)    May 13, 2024   (2 reactions) MiniHTMLParser is a b4xlib, you can fix it.
'Returns the text value from a node.
Public Sub GetTextFromNode (Node As HtmlNode, ChildIndex As Int) As String
Dim at As HtmlAttribute
If Node.Children.Size > 0 Then
Dim tn As HtmlNode = Node.Children.Get(ChildIndex)
at = tn.Attrib B4J Question SOLVED - MiniHtmlParser - Help - Erel (first post)    Sep 22, 2022   (2 reactions) Waiting for debugger to connect...
Program started.
pos: 1
Position: 28
Lane: 10
ID: Team 10
pos: 2
Position: 33
Lane: 16
ID: TNT
pos: 3
Position: 17
Lane: 21
ID: Team 21
pos: 4
Position: 34
Lane: 11
ID: #11 Old Balls
pos: 5
Position: 38
Lane: 20
ID: Team 20
pos: 6
Position: 27
Lane: 5
ID: BAD DAWGS B4A Question How to use parser multipart body - Erel (first post)    Mar 29, 2022 You can also use: MiniHtmlParser - simple html parser implemented with B4X B4A Question Missing library called PLMContent or PLMStatus - Erel (first post)    Mar 25, 2024   (1 reaction) You are missing this library: MiniHtmlParser - simple html parser implemented with B4X B4A Question web-component inside a web page with MiniHtmlParser - DonManfred (first post)    Jan 28, 2023   (2 reactions) probably the site is loading additional data with javascript and dynamically adding content.
You don´t get the full content when downloading the initial webpage which uses Javascript... B4A Question Subscribe to library updates - Erel (first post)    Aug 11, 2020   (1 reaction) MiniHtmlParser 0.93 - Fixes an issue with whitespace characters being removed too aggressively.
https://www.b4x.com/android/forum/threads/b4x-minihtmlparser-simple-html-parser-implemented-with-b4x.118590/#content Page: 1   2   3   4   5   6   7   Powered by ColBERT |