B4i Question Parse HTML - narek adonts    Apr 14, 2019 hi, i am trying to parse html to get the open graph meta elements. I search the forum for parsing html but without success. Any help ?
Narek B4i Question Error decoding data as string reading data from a Download from a HttpJob -- solved - TILogistic (first post)    Dec 30, 2021 If it is Html you can see it with webview and to rescue the data you must use regex or look for examples in the forum
https://www.b4x./?query=parse+html&product=b4i B4i Question JSON error - Erel (first post)    Apr 07, 2016   (1 reaction) Use the online tool: https://b4x.com:51041/json/index.html It will show you how to parse it. B4i Question HTML/JSOUP parser - walterf25    May 10, 2018 Hello all, i'm currently porting a B4A app to B4i, i am using a library written by a forum member to parse HTML files called jsoup and can be found here, is there an equivalent or any other library in B4i that can parse html downloaded strings.
currently i only need to retrieve the description and B4i Question get icon from json and show in map - Erel (first post)    Apr 08, 2018   (2 reactions) Parse json: http://b4x.com:51042/json/index.html Download: OkHttpUtils2 with Wait For B4i Question Parsing XML and adding items to List - JanPRO (first post)    Jun 22, 2017   (1 reaction) Height As Int)
End Sub
Private Sub Application_Background
End Sub
Sub LadeXML()
Dim j As HttpJob
j.Initialize("XML", Me)
j.Download("http://m-te.de/list_klein.xml")
j.GetRequest.Timeout = 600000
End Sub
Private Sub JobDone (Job As HttpJob)
If Job.Success = True Then
B4i Question Not understanding this behaviour od iXMLSAX - Erel (first post)    Jun 18, 2017 Note that you can use this class to parse XML: Xml2Map - Simple way to parse XML documents
It is simpler. B4i Question DateUtils SetDate - Cannot parse: invalid date - Erel (first post)    Jan 14, 2024   (2 reactions) Change the code to:
Sub SetDateTimeLocale (locale As String)
Dim loc2 As NativeObject
loc2 = loc2.Initialize("NSLocale").RunMethod("localeWithLocaleIdentifier:", Array(locale))
Dim no As NativeObject = DateTime
no.GetField("dateFormat").SetField("locale", loc2)
no.GetField("time B4i Question Boolean handling within B4i - Sandman (first post)    Oct 21, 2021 This json looks overly complicated. Did you produce it? Is everything really meant to be in arrays? Also, try this tool to generate the code to parse the json: http://basic4ppc.com:51042/json/index.html It will tell you what you need to do to get the value of status. That said, if you control the B4i Question JSON Parse issue - aaronk    Jan 08, 2017   (1 reaction) Hi,
I have the following JSON message:
{"Command":"GetUserServices", "NumOfServices": 2,"UserService": }}
I am trying to get the values from the above JSON message in B4i.
I have used the following code.. (Got code from: http://www.b4x.com:51042/json/index.html)
Dim value As String = $"{"Comma Page: 1   2   3   4   5   6   7   Powered by ColBERT |