Questions tagged as 'xml'

1
answer

bRasilLegis - XML content does not seem to be XML

I am trying to lower the votes of the deputies to the propositions in votes in the Plenum of the Chamber of Deputies, in 2015, through the package bRasilLegis no R. But when I put the proposition number in the "number" argument of the function...
asked by 21.03.2016 / 04:33
1
answer

XML with Javascript

I've been looking at Google for a few days to read a simple XML file and display it on an HTML page using pure javascript, I do not want to use Jquery, just javascript. I would like the XML data to be displayed in a common HTML table with TR...
asked by 25.04.2016 / 18:02
1
answer

How to change the value of a string in XML?

There is a way to change a value of a string in XML. I know how to get the value through getResource().getString(R.string.value); but I do not know how to change the value directly in XML. Is this allowed? Or are the values created in...
asked by 08.02.2014 / 00:15
1
answer

Mass Replacement in XML

Good morning! I have a program that checks some signals, but in the code it is only indicated which signal should appear, so I must apply the specific information that must be checked. But manually doing these overrides takes a lot of time so...
asked by 09.08.2016 / 16:08
2
answers

Generate Signature Pagseguro API

Well, I need to generate a subscription via the pagseguro API, the user should be redirected to the pagseguro page and when I return to my page, this should be via API. I've tried through XML, with the codes: $url = "https://ws.sandbox.pags...
asked by 28.07.2016 / 22:42
1
answer

How to extract LinkedIn data with python?

Everyone, good? So I need to extract some information for a research I do at university and I need to extract some data from LinkedIn pages, I was extracting with python using regular expressions, but to extract some things it was very difficult...
asked by 24.09.2015 / 00:26
2
answers

Programming for Android with multiple screens

When I program to Android , I think of portability with the most diverse devices on the market. Seeing the layout of my Activity principal , I noticed that on small-screen devices (I did the 2-inch screen test) the views are HUGE...
asked by 06.06.2015 / 01:49
1
answer

Convert an XML file into BSON

I have an Xml Complex that contains "children" nodes and I need to convert it to BSON . I am using VS 2013 (C #).     
asked by 28.04.2015 / 21:07
1
answer

How to add button in Maps?

I selected a Google Maps activity at the time the project was created, how do I add this button to the layout? <Button android:id="@+id/btn_draw_State" android:layout_width="40dp" android:layout_height="40dp"...
asked by 15.03.2015 / 20:36
2
answers

Problem with XML LinearLayout

I have a small problem with my layout . I wanted to insert a button that would be in the lower right-hand corner of the layout , but when I do this the button is added to each item in the list. Note: This list is generated by a database &...
asked by 03.03.2015 / 15:35