Questions tagged as 'xml'

5
answers

Read XML file in C #

I have a problem when reading an XML file in C #. In this this is a file of a pre-sale, and I have the following situation: in my xml I will have several pre-sales, and each pre-sale may have several items. So far so good, I'm able to identify t...
asked by 30.01.2015 / 20:39
1
answer

Go through XML array in PHP

Hello. I have this path that is a array position of an XML response, and I'm getting the IDcli . I can not make a foreach that traverses this array and shows IDcli . $xml = simplexml_load_string($obj); $xml->sis-&...
asked by 27.05.2015 / 22:18
0
answers

How to create a navigation layout?

I would like to create a navigation layout. Example: I have a keyboard with a finger moving horizontally, it changes the layout of the keyboard. Which layout should I use to accomplish this task? If someone can give me an example, thank you i...
asked by 22.04.2015 / 16:30
1
answer

How to edit the editText keyboard to take up less space?

I have several editText , when it calls the keyboard it compresses all together with the button has how to solve this.     
asked by 08.04.2015 / 21:45
1
answer

How to add ad in app?

I'm using this code: <com.google.android.gms.ads.AdView android:id="@+id/adView" android:layout_width="wrap_content" android:layout_height="wrap_content" ads:adUnitId="MY_AD_UNIT_ID" ads:adSize="BANNER"/> Initialization: //...
asked by 05.02.2015 / 22:40
0
answers

ImageView Android Responsive for all devices

I have an ImageView and the problem is as follows: On smaller screens the image becomes too large; On larger screens, it gets very small. I have already made the folders hdpi , xhdpi and similar, but it did not help, I was won...
asked by 04.03.2015 / 17:14
0
answers

XML Nota Fiscal Electronic Header

I'm having a problem formatting the message we sent to the web service of the sefaz to consume the NFe service. I send this String to the web service: var sbXml = new StringBuilder(); sbXml.Append(@"<?xml version=""1.0"" enco...
asked by 07.01.2015 / 14:52
1
answer

.phtml file change in change of option (Magento Admin)

I have a module that I'm doing and I have a question: My custom_module.xml is like this: <layout version="0.1.0"> <default> <reference name="root"> <block type="page/html_footer" name="footer" as="footer" temp...
asked by 10.03.2015 / 09:42
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
1
answer

Index XML Default Google Shopping on Sphinx Search

How to Index a Standard Google Shopping Mall in Sphinx Search? XML: <?xml version="1.0"?> <rss version="2.0" xmlns:g="http://base.google.com/ns/1.0"> <channel> <title>O nome do seu feed de dados</title> <li...
asked by 31.07.2014 / 20:30