Questions tagged as 'xml'

1
answer

How to implement a graph using amCharts?

I'm trying to implement a bar / column chart using the own tool from amCharts that uses XML but not I'm able to edit it to stick with a specific bar. What would be the simplest solution for implementation using amCharts?     
asked by 10.02.2014 / 13:46
3
answers

Reading in Delphi generated XML in Excel

I am generating an XML by Excel itself (file of type XML Spreadsheet 2003). The generated file has the following XML data pattern: <Row> <Cell><Data ss:Type="String">Williams</Data></Cell> <Cell ss:StyleID="...
asked by 30.06.2014 / 15:49
1
answer

Error when trying to extract table from a site by R, how to solve?

I'm using this code, I want to import the country table into the R: library(XML) url <- "http://en.wikipedia.org/wiki/List_of_countries_by_population" country_data <- readHTMLTable(url, which=2) R returns the error: Error: failed to...
asked by 22.02.2017 / 20:56
1
answer

Typing box

I'm trying to implement the similar google contacts model in my application. I already tried to put app:civ_border_width="1dp" in xml but also did not. I would like to do the image below:
asked by 28.06.2016 / 18:27
1
answer

Querying the status of PayPal transactions by URL

Is there any way to return transaction information via transaction id in PayPal? Example ( API PagSeguro ): link The most I could find was: paypal.com/cgi-bin/webscr?cmd=_view-a-trans&id=7DJ47958EX567045P This is exactly what...
asked by 23.02.2015 / 01:57
1
answer

Return various attributes using XPATH

How can I return multiple attributes using the xpath language? For example of this xml: <utilizador> <nome>Rui</nome> <contacto>91xxxxxxx</contacto> <localidade>Viseu</localidade&g...
asked by 26.02.2015 / 19:18
1
answer

Help with logic

I have a method that reads multiple tags from an .xml file and returns a list populated by the read data. Problem: Each xml file has several batches and inside the batch has several tabs, for example, I have a client named Rodrigo and it is i...
asked by 22.05.2015 / 15:10
1
answer

Filtering certain elements of an XML

I have the following weather forecast report generated by a third-party API: link If you repair the structure well we have the forecast set for every 3h. <time from="2014-06-15T00:00:00" to="2014-06-15T03:00:00"> <time from="2...
asked by 15.06.2014 / 04:08
1
answer

8-digit hexadecimal color problem - Android

I'm working on an application where I'm trying to follow the Google Material design guide. On this page, it is recommended to use black color (% color) with 87% opacity as the color of the main texts. Using a hexadecimal to decimal converter,...
asked by 20.08.2014 / 08:30
2
answers

How to identify if an XML is BOM?

I have the following problem regarding XML encoding: Erro: Byte inválido 2 da sequência UTF-8 do byte 3. This error occurs when trying to canonize an XML. I do not know exactly what the error might be, I guess it's because the String has...
asked by 04.02.2014 / 11:58