xml2map

  1. Angelo Messina

    Italian Xml2Map inserito solo una volta

    B4A Versione: 9.01.2 Java Versione: 8 Analisi del Codice. Error Errore Analisi Programma. Descrizione errore: È già stato aggiunto un elemento con la stessa chiave. Errore nella linea: 5 (Xml2Map) Type XmlElement (Name As String, Children As List, Text As String, Attributes As Map)
  2. Pedro Caldeira

    B4J Question xmlparsing with xml2map

    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...
Top