I need to format a xml in php to write to MySQL , but I'm having difficulty understanding and even doing it.
Today I have this xml:
<?xml version='1.0' encoding='UTF-8'?>
<api>
<response vers...
I have the following XML:
<?xml version="1.0" encoding="WINDOWS-1252"?>
-<NewDataSet>
-<xs:schema xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="" id="NewDataSet">
-&l...
I would like to know if you can generate two XML files in the same document.
This is the code I have so far:
downloadUrl("connect_xml.php", function (data) {
var xml = data.responseXML;
var markers = xml.documentElement.getElementsB...
I am new and I started to learn these days XML because of an implementation that should have in my application, I did some tests with marshall and unmarshall in the main class first (see at the end) to understand better, I am making a form that...
I'm doing a check between 2 ids of 2 different elements in XML , but when I make the comparison the result is always false even though gettype is the same result and the number is also the same result.
To perform th...
I'm trying to create an XML, but I can not. I want it to have this format:
<item>
<linktext></linktext>
<etc..></etc...>
</item>
I can add an item, but when I go through the loop again, it g...
I want to use a custom button to purchase, without being what the pagseguro offers.
Does anyone know how to generate the redirect code obtained through the PagSeguro Payments API?
Example of code taken from the pagseguro site: PagSeguroLig...
I have the following XML:
<?xml version="1.0" encoding="WINDOWS-1252"?>
-<NewDataSet>
-<xs:schema xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="" id="NewDataSe...
I have a simple stock XML file with the following format:
<?xml version="1.0" encoding="UTF-8"?>
<estoque>
<item Nome="Impressora XL2N" Peso="13 kg" Armazem="8" Quantidade="12" Preco="R$ 8505,00" />
<item Nome="Sca...