Questions tagged as 'xml'

2
answers

Why does not my image appear when I run the app?

I have the following xml code in Android Studio: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android = "http://schemas.android.com/apk/res/android" xmlns:app = "http://schemas.android.com/apk/res-auto"...
asked by 27.10.2016 / 02:38
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

Base64 string signature

In my project, I have a rule that I need to sign the string of an XML that I have that is in base64 with the user's CPF ... I have been searching, but I have not been able to understand how this signature works with .NET classes. Wel...
asked by 12.06.2015 / 14:30
3
answers

"Gambiarra" in C # with XML, I would like suggestions for improvement

I have this code without the "gambiarra", which returns the list with the values repeated: var s = (from p in xmlDoc.Descendants("pais") let Nomepais = p.Element("nome-pais").Value let nome...
asked by 30.04.2014 / 15:24
1
answer

SSIS loading entire XML before starting write to SQL Server

I need to load a single large (40GB +) XML file into a SQL Server 2012 table using SSIS. I'm having problems because SSIS seems to be trying to load the entire XML file into memory before loading records into the database, instead of reading and...
asked by 13.12.2013 / 02:51
1
answer

JAXB - Tag repeating, instead of nesting

I have a problem that I can not store more than one element in the same TAG, look at the XML: <ItemCardapio> <nCdItemCardapio>10</nCdItemCardapio> <nQtdeItemCardapio>2</nQtdeItemCardapio> <ObsProduc...
asked by 01.03.2014 / 01:22
1
answer

Uploading multiple files in PHP

I'm developing an application in PHP where import of NF-e will be done in XML format. The problem is that the client will do this import of multiple files at the same time, and I will have to take the data of each file and go inserting some...
asked by 11.02.2014 / 17:44
2
answers

How to Generate Thumbnail from a Video for Android?

I'm developing an android application, one of the screens of it should generate thumbnails of videos and display them in a list. Like the image below. Iwasabletogeneratethumbnailsofimages,butI'vetriedseveralwaystogeneratethethumbnailsofthevideo...
asked by 18.02.2016 / 19:20
1
answer

Malformed reference element: Digital Signature

I ended up having the same problem about a post already done here, however come a doubt next to what was posted in the article. What windows update would be to remove from the ones mentioned in this article ? (removal would be a palliative unti...
asked by 13.04.2016 / 21:00
1
answer

Simple example of how to generate an XML file in Oracle

One would have a simple example of a PLSQL Procedure (or documentation location) to generate an XML file based on a Schema (xsd), the data would be generated from an SQL query. In fact files from the RPS of ANS (National Health Agency BR).     
asked by 03.02.2016 / 21:31