Questions tagged as 'xml'

1
answer

How to check the installment fee in the Pagseguro query API?

I integrated the pagseguro into my virtual store. I use a transaction-by-code query API to get details of the transaction / purchase that was made at the store: link The payload returns an xml with the information, so I save the informat...
asked by 03.03.2016 / 16:32
1
answer

When I step date filter for the same day, query returns empty and there is data

In my table / base there is data for day 05/08/2015 , it happens that when I pass a date filter for the same day, it does not work, it returns empty. If I go like this: 04/08/2015 and 05/08/2015 does not work either. It only...
asked by 18.01.2016 / 12:50
1
answer

Get the name of an item inside an array in strings.xml

I have the following array: <array name="Codes"> <item name="Vermelho">e74c3c</item> <item name="Azul">3498db</item> <item name="Rosa">FC14E5</item> <item name="Roxo"...
asked by 01.03.2016 / 23:13
1
answer

Problems with Linq XML using .net namespace

I'm using a namespace when I create my xml, but xmlns is also appearing in the below-root tag, this is damaging to me, how can I make xmlns stay in the root tag (TLote_GNRE)? Here is the code: Dim xDoc As New XDocument(New XDeclaration("1.0",...
asked by 28.12.2015 / 13:00
3
answers

How to make an image if to adjust to various screen sizes on Android?

I am using a button with background image <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/btn"...
asked by 22.02.2016 / 02:30
2
answers

Error when forcing XML file download C #

I have a list of invoices where I can download XML, but there is a company server below the XML file that comes with the HTML of the page. The XML download code works normally on all servers where the application is installed except on that clie...
asked by 25.09.2015 / 22:29
2
answers

How to extract data from an XML url to Visual Studio labels [closed]

[! [Detail of the question] [1]] [1] I want to do a search button by ISBN code using Virtual Studio 2013, in which it would return data from the ISBNDB.com site in XML format, which would be inserted directly into the corresponding labels...
asked by 13.11.2015 / 01:54
1
answer

What HTTP error code should I use?

The project has a login page with two fields one email and another one that is your password! I have a javaweb application and in the deployment descriptor I have some declared error pages, which are related to the errors made by the users, with...
asked by 08.01.2016 / 17:45
2
answers

WebView does not want to go to the center

Well I have a WebView that does not want to go to the center of my app Here's the example Inmyxml:<WebViewandroid:layout_width="wrap_content" android:layout_height="0dp" android:layout_gravity="center_horizontal"...
asked by 13.07.2015 / 16:43
2
answers

Generate XML based on XSD

I've got some XSD files here to use in an application I've developed ... I'd like to know how I can generate some sample XML in Visual Studio so I can put myself in the data export. When I try to do via Visual Studio in Generated XML example, it...
asked by 02.09.2015 / 14:16