B4A Question Problem to validate xml file using xsd - Fattura Elettronica - Lello1964    Jun 20, 2023 I'm trying to validate xml file using xsd, i've found this code but doesn't work
error in line 22
sub test
Dim data_file_Xsd As String = File.ReadString(File.DirAssets... B4J Library A library to generate XML documents using a template and optionally validate it using an xsd file - andrewmp    Nov 18, 2021   (4 reactions) More and more we getting asked to create xml documents in projects, here is a lib to generate XML documents in an ordered way using a template and optionally check it using an xsd file. This lib is my attempt at a standard lib that will allow the creation and sharing of XML templates in an easy way. To use it you will need the XMLBuilder library See notes in source code for explanations , there are two examples included, one complicated and one simple It sould be fairly clear how it works... B4i Question b4i xsd_openmaps PolygonClick never called - Davisbc (first post)    Mar 22, 2026 Thanks for checking. When i had the issue using b4j trying to do editing, i found that it only worked at certain zoom levels. It stil... B4J Question XML validation with multiple XSD - rosippc64a (first post)    Apr 7, 2021 Ok, works. I had to write a main xsd file, what imports namespaces and xsd files.
The XXX from the xs:import namespace="XXX" is in the relevant xsd file <xs:schema xmlns="XXX" ...
Sub ValidateFile(xsdFile As String,xsdFile2 As String,xsdFile3 As String,xmlFile As String,ptxw...("W3C_XML_SCHEMA_NS_URI")))
File.WriteString(File.DirTemp,"main.xsd",$"... B4A Question How to parse "strange" xml - vecino    Mar 12, 2024 :SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org...
<Codigo xsi:type="xsd:string">B1001</Codigo>
<Nombre xsi:type... B4J Question Validate XML using a XSD / Json using Schema? - Daestrum (first post)    May 13, 2019 Anything available for JSON?
The JSON is a bit harder to get working as the json.jar in the built i... B4A Code Snippet [B4X] Simple: Get the value of an HTML or XML tag. - TILogistic    Apr 12, 2024   (6 reactions) /" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001...="NS2:PDADatosArticulo"> <Codigo xsi:type="xsd...="xsd:string">PRIMO PAT. LISA FAMILIAR 260 GRS X 12 B.</Nombre> <Existencias xsi:type="xsd:double">0</Existencias> <Costo xsi:type="xsd:double">1.1</Costo>... Italian Come controllare le Fatture Elettroniche. - Lello1964    Jun 21, 2023 Qualcuno ha già effettuato il controllo delle fatture elettroniche usando il file xsd ? ho trovato qualche cosa ma non funziona ina b4A, errore in linea 22 sub test Dim data_file_Xsd As String = File.ReadString(File.DirAssets,"Schema_VFPR12.xsd") Dim data_file_xml As String = File.ReadString(File.DirAssets,"test.xml") ValidateFile(data_file_Xsd,data_file_xml) end sub Sub ValidateFile(xsdFile As String,xmlFile As String) As Boolean Private SchemaFactory... B4A Question SOAP textbox info - sigster    Jul 28, 2012 ://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">..." xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3... Bug? B4i B4XDrawer with google maps - Davisbc (first post)    Mar 18, 2026   (1 reaction) That worked. It did give me a warning that its not used, but it will be.
Thanks, b4xdrawer and xsd_openmaps are both working.... Page: 1   2   3   4   5   6   7   |