Questions tagged as 'xml'

1
answer

xml error annotation [closed]

I'm having a problem when I run my program and I have no idea what might be wrong, I did a Java program with Annotations. Could anyone tell me?    [Fatal Error]: 8: 83: Property type must be followed   by attribute specifications, ">" or "...
asked by 18.11.2016 / 16:13
2
answers

Fix the error in XML

My apps made in Android Studio 2.2.2 give XML error. The classes become unreported. I already asked such a question here but did not have the specified error. the error that appears in Logcat is this:    Invalid ranges during formatting...
asked by 16.11.2016 / 01:51
2
answers

Return XML string in WCF

I need to send the result of this XML by a WCF method. <?xml version="1.0" encoding="utf-8"?><Siape> <matricula>8707350</matricula> <matricula_inst /> <nome>SOLANGE ALMEIDA MORAES</nome> <data_nasci...
asked by 02.08.2016 / 05:29
1
answer

XML download by browser, without opening the file [duplicate]

I need the system to download an XML file, release the file itself without opening it in the browser, how?     
asked by 03.08.2016 / 13:39
2
answers

Do not load Splash for iOS in Phonegap Build

Hello, I have tried in many ways to build an app for iOS using PhoneGap Build . The app is generated normally. First the problem was the icon, always appeared the standard Cordova icon. I was able to display the icon by changing the files...
asked by 13.09.2016 / 18:54
1
answer

Error requesting in javascript

I'm trying to make a request in this format $.get("http://meuurl.com/webservice", function (data) { console.log(data); }).fail(function (data) { console.log(data); }); But I get this error    Failed to load resou...
asked by 27.06.2016 / 20:26
1
answer

Integration between systems with PHP [closed]

I need to make a service available for other systems to consume. These systems can make requests POST (string, array, xml and json) and GET . Well, I know I can consume services from other systems using GET in a trivial way,...
asked by 06.07.2016 / 16:09
1
answer

Read Feed (rss) description with PHP

I'm trying to get the description of the feed to display on a website I have to do, but when I try to get it it returns me as empty. When I see the source code of the link in the feed, the description is there: <description><![CDATA...
asked by 29.03.2016 / 16:54
2
answers

Leave XML on a single line [closed]

My application in C # receives the indented xml. I need to leave this xml all in a single line. How can I do this?     
asked by 04.05.2016 / 20:53
1
answer

When creating an imageView and TextView via code how to remove via code?

Well, create it that way TextView textView = new TextView(this); textView.setText("Alguma coisa"); LinearLayout linear = (LinearLayout)findViewById(R.id.layoutVertical); linear.addView(textView); and to remove I did so linear.removeView(...
asked by 05.03.2016 / 17:20