Questions tagged as 'xml'

1
answer

API PagSeguro parser error: Start tag expected, '' not found

I can understand the script , except for the part that works the XML ... so I can not tell if the error is in in>, or XML that it tries to get. Code: <?php require ("includes/connection.php"); require ("includes/start-session.p...
asked by 17.07.2016 / 22:53
1
answer

Differences between XmlReader, StreamReader and StringReader in deserialization

I asked the following question here in stackoverflow link question . During the deserialization, depending on the stream you use, an error can occur in the XML namespaces, depending on the question link. Examples of the code that has the...
asked by 19.08.2016 / 15:49
1
answer

Does not return all xml results

I'm having a problem with this xml reader, it just reads the first xml item, can anyone help me? Thanks <?php $link = "http://war.deathface.com.br/wo/api_getserverinfo.xml"; $xml = simplexml_load_file($link); foreach($xml -> news as $d...
asked by 21.07.2016 / 00:20
1
answer

How to fix the "charset" of an XML document?

I have this code $.ajax({ url: "https://crossorigin.me/http://www.acidigital.com/rss/rss_santo.php", crossDomain: true, contentType: "application/xml; charset:utf-8", type: "GET", dataType: "xml", success: function (re)...
asked by 04.08.2016 / 17:46
1
answer

Rad Studio 10 Seattle - XMLTransformProvider - Encoding UTF-8

I have 2 applications developed in RAD XE2. One is the object of typing data that will be written to an XML file and the other one responsible for reading, validating and importing the generated XML into the Database. I decided to test the R...
asked by 24.05.2016 / 16:32
1
answer

compare xml with user responses

colleagues. I have this code: <gabarito> <avaliacao tipo="Prova" codigo="01" segmento="Ensino Médio" serie="Pré-Vestibular" questoes="20"> <disciplina nome="Matemática"> <questao numero="1" alternativas="...
asked by 20.04.2016 / 20:45
2
answers

Read XML file with only one parent node

I need to import an XML file that has the following structure: <?xml version="1.0" encoding="UTF-8"?> <Registos>3</Registos> <Socios> <id>1</id> <nome>Paulo</nome> <email>pa...
asked by 26.12.2015 / 13:43
1
answer

TClientDataSet Temporary Table

Good evening. My question is this: I have a temporary table created in TClientDataSet . However, I need to write the temporary table data to an XML file and then re-read the TClientDataSet , that is, delete the records and re-i...
asked by 10.11.2015 / 01:45
1
answer

How to reconstruct the XML of a Fragment layout, when it is expanded?

I have a screen with a fragment, which without being expanded, it just shows the username and password field and the button to register, and I wanted it when I expanded it, fields like name, date of birth, municipality, state, were inserted betw...
asked by 09.11.2015 / 19:22
1
answer

Login with JAAS + Tomcat

I have done the JAAS configuration procedures in my JSF project, when I try to access it, it shows the information that user and password does not give, but I already created the user table. context.xml<Contextpath="/FastChoice"> <...
asked by 06.11.2015 / 17:33