Questions tagged as 'xml'

0
answers

what function would be useful for removing xml data with php or js?

I'm doing a system with php, js and xml, with a php form where the user adds events and they are automatically written in xml This is the adda.php $campoTitulo = $_POST['titulo']; $campoLocal = $_POST['local']; $campoData = $_POST['data'];...
asked by 25.06.2018 / 12:34
1
answer

Hiding posts with a certain markup from the blogger home page

I have some posts that are just javascript, and on the home page it appears the javascript, I would like to hide posts that contain the "Hide" page, what to do? . I tried to change this: <b:include data='post' name='post'/> P...
asked by 29.06.2018 / 04:31
1
answer

how to remove nodes from an xml file with javascript?

I have an xml document, a script.js and an html page where the following test should occur, I click a button on the page and a function must be executed in the script that removes a group of nodes from the xml file, follows it below FILE.XML...
asked by 29.06.2018 / 05:02
1
answer

Malformed Reference Element XML NF Version 4.0

I am updating our program of sending service notes (Sorocaba). Doing a quick search saw some comments that after updating the .Net Framework, Microsoft made a fix on the Subscriptions vulnerabilities and some special characters could not be used...
asked by 03.07.2018 / 22:38
0
answers

Error 500 - Problem with xml? (Genexus 15 update 3)

I am using genexus 15 and I have marked Use annotations for servelet definition as YES. Tomcat version: 8 jdk version: I'm compiling with jdk1.7.0_79 It is pointing out that it can not find a class, as if it were not locating the file, but si...
asked by 21.06.2018 / 00:15
1
answer

how to send data in xml without replacing the previous data

I have the following code, where I get event data from a form and php sends it to the xml file, however instead of the events.xml append new data when the form is populated again, it replaces the previous values with the new ones form, in the sa...
asked by 17.06.2018 / 06:09
1
answer

Read xml in VB.net

I would like to read the line tag version="1.0.1.0" and store it in a variable in Vb.Net? <?xml version="1.0" encoding="utf-8"?> <Feed> <Tasks> <FileUpdateTask hotswap="false" updateTo="file://d:\tmp\up...
asked by 19.06.2018 / 02:30
0
answers

Problem with proxy and webservice C #

Error: Request failed with HTTP status 407: Proxy Authentication Required. Hello everyone! I made the generation of a C # class using the xsd file using the VS Developer Command I added it in my project. In my project, I am filling in the...
asked by 14.06.2018 / 16:54
0
answers

Map does not carry points

I'm having a problem putting points on the map (I'm using the Google Maps API), the data is coming from the database correctly (I tested echoing on another page), but the points are not being created. (urgent for TCC). generateMap.php...
asked by 01.07.2018 / 20:48
0
answers

E / RecyclerView: No adapter attached; skipping layout on the hour access the main menu

To produce a shopping cart in my application I did a recyclerview on my main menu to demonstrate all the products that are in the database. I am trying to link the field known as "Category" to "CarCategoryID" but when trying to do this the appli...
asked by 30.05.2018 / 01:00