B4A Library [B4X] MiniHtmlParser - simple html parser implemented with B4X - Erel    Feb 6, 2025   (38 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... B4A Library jSoup HTML Parser - TheJinJ    Feb 18, 2015   (25 reactions) Parse a string
html = "<html><head ><title >First parse</title></head><body><p>Parsed HTML into a doc.</html>"
Log(js.parse_HTML(html... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    Dec 31, 2024   (72 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text parser.
- Two custom views that connect everything:
BBCodeView - multiline, scrollable with support... on the text. This is similar to html code. However, unlike html where you need to run a monstrous engine... B4A Library JTidy library - Convert HTML pages to XML - Erel    Apr 8, 2018   (10 reactions) convert a HTML page to XHTML page. XHTML can be parsed with a XML parser.
This approach is better than trying to parse HTML with regular expressions.
Usage is simple:
Sub Process_Globals
Dim sax... B4J Library [B4X][Web] MiniHtml - aeric (first post)    Apr 2, 2025   (3 reactions) Version: 0.09
Minor updates.
What's New:
Add Input module
Add modified MiniHtmlParser
Add dependency B4XCollections
... B4J Library [b4j] jSelenium 2.0.1 - A Test Automation for B4J - Tobias Leininger (first post)    Dec 23, 2022 How would i do that? Right now I'm using my own HTML parser and want to replace it.... B4A Library [B4X] CSVParser - CSV parser and generator - Erel    Jun 29, 2020   (33 reactions)   tags: parser, csv CSV strings:
Dim parser As CSVParser
parser.Initialize
Dim table As List = parser.Parse(File...
'work with row
Next
Dim s As String = parser.GenerateString(table, ",")
File... B4A Class DOHelp 1.3 - simple help system using webview and HTML pages - Dave O    Jun 19, 2025   (15 reactions) ) and demo app.
It lets you open a help dialog showing your content as standard HTML pages (local or....
Tick these internal libraries in your project:
- Archiver (to expand your zip file of HTML/CSS/JS files... B4A Class [IoT] BeaconParser - Discover iBeacons and Eddystone beacons - Erel    Sep 20, 2018   (12 reactions) The BeaconParser class parses the advertising data that is sent by BLE beacons. It supports... The distance is not accurate enough to be useful. The main method of BeaconParser is Parse. You should..., AdvertisingData As Map, RSSI As Double) Dim beacon1 As Beacon = Parser.Parse(AdvertisingData, RSSI) If... on the BeaconType field. Select beacon1.BeaconType Case Parser.TypeiBeacon Dim ib...) Case Parser.TypeEddystoneUID Dim euid As EddystoneUID = beacon1.SpecificData lLog... B4A Library [lib] XOM - keirS (first post)    Nov 23, 2012 Interesting library. I have been playing round with the JSoup HTML parser library to extract data from HTML tables. The library structures look very similar.... Page: 1   2   3   |