Questions tagged as 'xml'

0
answers

ASP.NET Web.config The requested page can not be accessed because the related configuration data for the page is invalid

I am trying to post an asp.net page on an IIS server from Somee.com site .. and I get the error:    "The requested page can not be accessed because the configuration data for the page is invalid." My XML code from the Web.config file: &...
asked by 16.06.2016 / 01:07
0
answers

How to use an xml sheet in wordpress

Good evening, I'm new to website creation, I made a page in php that works fine using a script to load data from an XML file. This script loads - a video, video title, and description each time you click a link. From this xml file. But whe...
asked by 29.06.2016 / 01:13
0
answers

NFS-e signature problem - Verified consignment after signature

I am developing the issue of NFS-e for the city of Gaspar-SC via web service, in which it uses Thema company to process the notes. I'm having trouble subscribing to NFS-e where I'm returning the error: E515 - Error signing signature. - Deli...
asked by 03.08.2016 / 21:59
0
answers

Standardize edtitext type date

I would like to know how I change the format of EditText type date android:layout_width="wrap_content" android:layout_height="wrap_content" android:inputType="date" android:ems="10" android:id="@+...
asked by 14.04.2016 / 12:55
0
answers

Nfs-e may have more than one service

guys I would like to know the following, I'm trying to make a bh electronic service note system. but I have a question. Can xml contain two services and two service values and values added in the value tag? If yes, would I have to repeat t...
asked by 15.04.2016 / 17:36
1
answer

Exception Error "'', hexadecimal value 0x1F, is an invalid character. Line 1, position 1 "

I have an application made with C# to display the menu of my university's university restaurant, which picks up the information by means of XML . The application allows the individual consultation of each meal (breakfast, lunch and...
asked by 06.04.2016 / 02:55
1
answer

Check if TAG XML exists

I am writing a code that reads data from an XML returned by hardware, but some TAG now has not and can not check the existence of it. Follow the code used to read the XML and use the data. public void lerXml(String xml) { Strin...
asked by 28.03.2016 / 20:21
0
answers

How do I receive feed changes instantly?

I'm trying to make a podcast player and I have a question about the feed system. I thought of making a sync button, which would be able to return the updated list of podcasts when pressed. But I think it would be interesting if the user could...
asked by 15.03.2016 / 16:30
1
answer

XML returning strange characters

I manage a code in Php that requests data from the server as a "changelog" from a game server. But in the changelog XML returns strange values. For example, in the words "creation" the result is " creation " or "you" the result is "you! "...
asked by 26.04.2016 / 03:10
0
answers

Specific attribute with XMLPullParser

Good afternoon guys, I'm trying to consume an XML file from a url. So far so good. I'm only consuming the "img" tag and the "src" attribute. Except that the "img" tag appears twice and each has its "src". the "src" of the first tag that...
asked by 19.01.2016 / 18:54