Questions tagged as 'xml'

1
answer

Create XML template file on Intellij Idea Jetbrain

I have difficulty putting JetBrain's Inte Intellij in relation NEW. That is, when I created a Java project, I click the right button in the project and I go to New I do not see the option to create an XML file, but when I go to Edit Templates it...
asked by 15.06.2017 / 07:06
0
answers

Read XML in PHP and get your data

I'm doing an integration with PagSeguro, and in return it shows me an XML in this form: <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <transaction> <date>2011-02-10T16:13:41.000-03:00</date>...
asked by 17.06.2017 / 15:38
1
answer

Java - Change XML and then read

I have an application that writes in an XML and one that reads, the two work fine separately, but the problem is that when I write in XML, the other application continues reading without updating the data, as if the file had not been updated (bu...
asked by 22.05.2017 / 07:50
1
answer

XML Parser in PHP does not work

I am trying to implement an XML parse code in PHP, I believe I configured it following the right logic, but it is not working. It works if I use it with an RSS feed, however the RSS Feed does not have the links of the images. The final goal is t...
asked by 27.05.2017 / 06:23
0
answers

Upload XML into Codeignter 3

To uploading in codeigniter 3 and it is not accepting xml to send. It shows me an error that the selected file type is not allowed. $config['upload_path'] = './uploads'; $config['allowed_types'] = 'xml'; $config['max_size']...
asked by 26.05.2017 / 14:12
0
answers

Android - Error renaming package on android

I'm trying to change the name of the package with .app3 to .PlayTag when I try to upload to google play console. I get the message that the com.app3 name should be changed. InsidetheXMl.Manifesthasthis: But I have this information in th...
asked by 10.05.2017 / 19:06
1
answer

Problems with web.xml file

Warning: selected war files include a WEB-INF/web.xml which will be ignored (webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true') I'm using Netbeans to work with a Spring project and so far I had not en...
asked by 29.04.2017 / 15:49
0
answers

Login on external site (prefeitura curitiba)

I need to pull a website from the city hall if a particular company issued invoices. No problem if the user needs to enter the captchas manually. The link is this: link    I do not want something ready, I want to know what exactly I n...
asked by 13.04.2017 / 21:44
1
answer

How to use Foreach with xslt in an xml file

I can not use a .xml " file and a " .slt " Below is the code: ListAlumni.xml <?xml version="1.0" encoding="UTF-8"?> <listaAlunos> <aluno> <nome>Bill</nome> <sobrenome>Gates</sobrenome>...
asked by 10.04.2017 / 15:54
1
answer

Error placing list on Android

I'm starting now with Android development. I tried to put together a list, but it is not working. In the Preview only Item 1, Subitem 1 appears. Follow the .Java public class Lista extends AppCompatActivity { @Override protected vo...
asked by 28.03.2017 / 20:33