I want to associate a XML with an application with VBScript and I need to indicate in the application which directory to read XML , however, as is easy to predict, Path of XML it can not be hardcoded.
Is ther...
I need to know how to send XML to a webservice from a client. As I am quite new to this, I ran a search in some sources and found a very simple java code. I wanted to know if everything is correct:
package Envio;
import java.io.ByteArrayInp...
I'm doing a Web application that will monitor the movement of individuals by receiving every 5 seconds of GPS coordinates.
I can receive the coordinates and plot on the screen with the Google Maps API, however, I need a way to store the data...
I'm working on a project that will be a template for multiple applications.
So far everything is being configured via JSON.
Then the question came up: Is it possible to change this node below outside the manifest.xml, perhaps using inside my...
I'm developing software for an MVC (Model-view-controller) design video store with the Api Persistent Java Framework and the Extensible Markup Language (XML) language.
My problem is this: When I log into the login screen of my system, a java....
I'm getting the error below when loading XML using Laravel. I tested the import with pure PHP and it was normal. Anyone have any idea what that might be? I understand that " is quotation marks, but I did not find it in XML.
sim...
I'm sending this xml to the e-social webservice but it always has the same message:
You can help me by taking a look at xml.
The submitted document is not a valid eSocial xml. There is no tag with namespace link )
<?xml version="1.0"...
I would like to write files from an input into an xml document
public function do_upload()
{
$this->load->library('upload');
$len = count($_FILES['files']['name']);
$nomes = array();
for($i = 0; $i < $len;...