Questions tagged as 'xml'

1
answer

Read an xml file

I'm trying to read an XML file. string pagina = "https://ws.pagseguro.uol.com.br/v3/transactions/notifications/5B93AB-E9FA04FA04D8-24449BAF8A80-E32467?email=diegozanardo@yahoo.com.br&token=DFA3837517594466BCC87D8F397BF15F"; HttpWebRequest...
asked by 13.10.2014 / 15:41
1
answer

Add buttons in the action bar when using ListActivity?

Well I have an application that would like to keep the default format on all screens, I have a quick access menu with some items in the action bar, and another complete menu option. The problem is that since I'm using ListActivity this...
asked by 28.10.2014 / 11:30
1
answer

Remove XNamespace in XElement c #

I need to remove the XNamespace that comes as default on an rss return. Here is the code below: static void Main(string[] args) { XNamespace ns = "http://search.yahoo.com/mrss"; var item = new XElement(ns + "content",...
asked by 28.07.2014 / 21:54
1
answer

Synchronization problem

This code worked in a Java IDE, but now Android is not working. This program needs to get an XML dataset from a website and then move to a spinner. import android.app.Activity; import android.os.AsyncTask; import android.support.v7.app.Acti...
asked by 01.07.2014 / 03:26
1
answer

How to pass an xml to foreach without file usage?

From the data returned by a query, I would like to generate an xml, but without saving it to the file and traversing the xml tags to treat the data in some way. I would like to know how to pass the xml to foreach without having this xml in file....
asked by 16.07.2014 / 18:10
2
answers

XSD Preview

In our developmental life we are faced with a number of challenges. Whenever I needed to view an XSD in the form of a diagram, I used the XSD Diagram program, see the image below: However, for some days the software has left me in the hand...
asked by 06.03.2014 / 20:41
1
answer

Create XML with Excel, date field formatting problem

I have an Excel spreadsheet, generated by SAP with a date field. I need to convert this spreadsheet to XML. I do XML mapping through Excel, but I can not get it to export the date field as a date, the equivalent number always appears as below...
asked by 01.08.2014 / 18:03
1
answer

"Node is read only" error when trying to encrypt XML

I'm trying to encrypt using XML, while running it returns this error:    the inner text of document node is read only and can not be set! The error happens on line xmlDadosCartao.InnerText = StringEncritacao.Decriptacao(dadoEncriptado)...
asked by 24.04.2014 / 19:36
1
answer

Concatenation of Records via FOR XML PATH - SQL SERVER

Good afternoon dear, I have the following problem: I'm developing a Query where I need to check which documents have been delivered by the student, these documents that are in the pre_matricula_doc table and have the following structure:...
asked by 11.12.2018 / 19:27
1
answer

XSD.EXE Generating classes in C # - EFD Reinf v1_04_00

I'm trying to generate XSD.exe classes in C # from the Reinf XSD files:    EFD Reinf v1_04_00 link As follows: C:\Reinf\XSD>xsd evtInfoContribuinte-v1_04_00.xsd /classes XSD.exe returns error: Microsoft (R) Xml Schemas/Data...
asked by 04.12.2018 / 20:09