hi, the question is very easy, i make a function for build a xml structure so i put it in a file and save it like xml. Easy, the problem is that i have to sign this file for send it to Italian Tax Agency and i have with me only a x509Certificate. On Internet i found that with only that i can...
Did you ever wonder where the autocomplete information in the IDE comes from?
Well, i'm not 100% sure but the same information can be found in the XML file from the library that has been used.
In the case of a (B4J) Button the jFX.xml file contains information about the Button and its events...
Hello,
Let's consider the following simple xml file as xmlstring.
<main>
<device>
<memory>
<param1>123456</param1>
<param2>654321</param2>
</memory>
<memory>
<param1>45678</param1>
<param2>87654</param2>...
I try to parse this XML file and generate JSON. Why is the data order of the generated JSON file different from that of the original XML? Instead, it is sorted the same. Why can't we generate JSON files in the same order as the original data.
I am not good at communicating with others in...
Greetings everyone,
I was looking at this thread on how to make a custom XML file and manifest coding so a widget can be customised.
https://www.b4x.com/android/forum/threads/widget-layout-resizable-adaptive.115638/#content
I would like to alter the coding in the manifest so it will work for...
I have a small app that changes the images on the wallpaper of my android phone. Today I want to change some images for new ones. I did not make any changes to the code, but when compiling I get the following error:
I guess part of the problem is due to upgrading to B4A 10.70
So I'm using a very annoying system that's very specific about the way the XML is presented.
Currently I have a handler serving this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<CONTROLLER>
<PARAMS>
<FP ID="PIRTIMEOUT" MAX="7200" MIN="0" NAME="PIR Time Out" UNIT="SECONDS">1800</FP>...
Con l'avvento della Fattura Elettronica ( :confused: ) è nato il bisogno di leggere i file p7m (che arrivano nella posta certificata se non hai un portale con codice univoco)
Il formato del p7m della fattura elettronica (fortunatamente) non è codificata/crittografata.
Con questa libreria ho...
Salve a tutti, mi rivolgo a voi per un aiuto.
Sto realizzando un modulo per la fatturazione elettronica utilizzando come libreria XMLBuilder ma sono arenato nella realizzazione dei nodi di dettaglio linee ossia non riesco ad inserire un cliclo in base ai prodotti venduti per ottenere una...
Hello,
I am trying to parse a xml file with the xm2map module
i get a map not initialized in the example code
Sub GetElements (m As Map, key As String) As List
Dim res As List
If m.ContainsKey(key) = False Then <- line37
res.Initialize
Return res
Else
Dim...
I have an xml file that I receive from a webservuce.
But when I run xml2 "PamaprsedData", I get an error and it crashes.
Here is the XML. Any and all help is appreciated.
I understand that in some cases a Wrapper must be created to have an external 3rd party jar file used in a B4A project.
When referring to that as a "Wrapper", is it in fact the XML file that defines the methods in that jar file ?
In other words, what goes into the Library folder is the 3rd...
Hi guys,
I'm newbie into B4J and I need help to parse XML document. How can I parse this document with XMLsax or XML2map.bas? I don't know where to start.
I need to read from this line:
<rs:data>
<z:row Cliente='TESTE COMUNICACOES E EVENTOS LTDA' Endereco='' areaatend='AT10' Territorio='A10'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.