B4J Library [B4X] Xml2Map - Simple way to parse XML documents - Erel    Jul 16, 2023   (51 reactions) Map2Xml - New class!
Map2Xml converts the map created with Xml2Map to a Xml string. It uses XmlBuilder library and it is compatible with B4A, B4i and B4J.
It can be used to modify existing XML documents. You read the document with Xml2Map, make the changes in the returned map and write it back with B4J Question xml library - which one to use - Erel (first post)    Jun 06, 2021   (1 reaction) XMLBuilder (B4A + B4J) / iXmlBuilder (B4i) - generate XML documents
jXmlSax, XmlSax, iXmlSax - XML SAX parser.
Xml2Map - a b4xlib based on the two above components that parses and generates XML. This should be the default for parsing XML. Other B4J v9.50 - first 64 bit version! - DonManfred (first post)    Apr 30, 2022   (1 reaction) xmlbuilder is not a internal library. No wonder it is missing in the installation!? B4J Question [SOLVED]XML Edit (convert to Map, edit then Back again or Edit XML directly) - TILogistic (first post)    Jul 09, 2024   (1 reaction) ?
Xml2Map
Map2Xml
XMLBuilder B4A Library XmlLayoutBuilder - Load Xml layouts - Erel    Feb 20, 2020   (25 reactions) Edit: this tutorial was written before CreateResouce keyword was available. Simpler usage example:
https://www.b4x.-edittext-cursor-more-visible.114148/
The standard way to build the UI in Basic4android is with the visual designer / designer script.
You can also create UI elements by code.
This Spanish [SOLUCIONADO] ¿Cómo consultar un webservice SOAP? - TILogistic (first post)    Jun 19, 2023   (4 reactions) Tips
Para crear el Body XML de Request utilize XMLBuilder (esta en la lib XML2MAP)
Dim WSLinkSoap As String = "http://xxx.xxx.xxx.xxx:8050/soap/IwsNewGES2000"
Dim Parameter1 As String = "23760550"
Dim Parameter2 As String = "1"
Dim XMLBodySoap As XMLBuilder
XMLBodySoap = XM B4A Question [SOLVED] XMLBuilder problem - Daestrum (first post)    May 31, 2023   (1 reaction) Maybe
x = x.create("p:Test1")
x = x.element("p:Test2") _
.attribute("xmlns:ds", "xxxx#") _
.attribute("xmlns:p", "yyyy") _
.attribute("xmlns:xsi", "zzzzzz") _
.element("rrrrrr")
...
as
x = x.create("p:Test1") _
.attribute("xm B4A Question XML2Map - Erel (first post)    Apr 10, 2019   (2 reactions) XmlBuilder will be included as an internal library in the next update of B4A and B4J. B4A Tutorial [B4X] Text, Strings and Parsers - Erel    May 19, 2020   (20 reactions) This guide is relevant for B4A, B4i and B4J. There are all kinds of tools and libraries available for the different text based formats. The purpose of this guide is to organize the available resources. JSON JSON (B4X) library supports parsing and generating JSON strings. This online tool will hel B4A Question Load xml layout in Inline Java Code - Erel (first post)    Feb 03, 2015   (1 reaction) You can use XmlLayoutBuilder library to load XML layouts. Though in most cases it is better to use B4A visual designer when you develop with B4A. Page: 1   2   3   4   5   6   7   Powered by ColBERT |