Questions tagged as 'xml'

2
answers

Finding XPath in Selenium

I'm breaking my head to find the XPath of a table . Could you help me? The structure looks something like this: <div> <div id="divMF"> <iframe name="Principal> <frameset id="frmset"> <fram...
asked by 07.02.2017 / 13:56
2
answers

Web scraping with pure Javascript

I want to do a web scraping that reads an XML page and takes a certain value that is in "name", but I'm not sure exactly if it's possible - I just found out how to do with NodeJS - is it possible to do with pure JS? No external libraries and / o...
asked by 05.11.2015 / 18:29
3
answers

C # update XML based on another XML

Today I have the following XML structure: <ROOT> <TES IDTES="4780" IDPES="17522" /> <TES IDTES="6934" IDPES="12343" /> <TES IDTES="4781" IDPES="17523" /> <TES IDTES="6935" IDPES="12344" /> </ROO...
asked by 16.04.2014 / 22:23
2
answers

How to make SVG image fit the size of a DIV?

I have an image SVG of about 100 lines and 60 paths and I need it if it fits to any block node, like a div for example. I tried to put% css% css in the class tag and set svg to width but this cut the image instead of...
asked by 08.02.2015 / 21:15
1
answer

Inclusion boleto caixa

Friends, I'm trying to include a ticket in the Box's WebService, however, when I use the layout in the documentation, I'm not successful. The error is this: (500 Internal Server Error) <?xml version="1.0" encoding="UTF-8"?><soapen...
asked by 29.08.2018 / 16:18
2
answers

How to create XML tags from the column names of a mysql database?

How do I create XML tags with the column names of a table from a myslq query? In the code I made I just get the values from each cell in the table, but what I wanted was to automatically create the tags according to each column. My Curren...
asked by 13.10.2016 / 17:01
1
answer

How to receive external data via XML

I'm creating an android app and I need it to receive and display on-screen information from the tide board of the site below: link     
asked by 15.08.2016 / 16:09
2
answers

Why is JSON not considered a markup language? And why is XML?

I was researching the differences between JSON and XML so I read that XML is a markup language but I did not read anything about JSON.     
asked by 01.06.2017 / 23:14
2
answers

Simple XML Reader: I can not convert nodes to HTML or limit the number of items

I've used SimpleXMLReader to make parse of a gigantic XML structure, that has more than 25mb. My code works normally, however, I have two problems: I can not turn Xpath into HTML . Well, I studied it, and I saw that it's n...
asked by 05.06.2017 / 09:46
2
answers

Get tag data in XML

I have an XML with the following format: <dados-cad> <nome>Wender</nome> <data>2805094</data> <code>311</code> </dados-cad> How do I in PHP for me to just grab the content th...
asked by 07.10.2014 / 03:52