Questions tagged as 'xml'

0
answers

Read xml file without knowing tag name

Good morning, my friend, I need to read an xml file (NF-e) where they have several items, however in each item there may be a different tag. In this case they would be in tax tags, where the ICMS tag can have multiple names (ICMS00, ICMS02, I...
asked by 08.10.2018 / 13:09
0
answers

Is Point in Attribute of Model Class possible?

This is an xml schema for requesting a WebMethod: <RetrieveClienteRequest> <model query=""> <keys query="" > <cliente.cnpj type="String"></cliente.cnpj> </keys> <...
asked by 05.10.2018 / 14:15
1
answer

C # Foreach XPathNavigator makes add of the same values

I have recursive xml, I want to add the xml values to context but in the example of xml it adds certainty to the ClientCons but when it arrives to add Officers, it adds only the values of the first element of the Official. And there are 4 Offici...
asked by 26.09.2018 / 17:25
0
answers

How to put the photos items inside the XML using PHP and MYSQL

I am creating an XML generator that is working right, but I have reached the point where I have to insert the photos in xml and I do not know how to do it. The "photos" tag should look like this: <Fotos> <Foto> <URLArquivo...
asked by 26.09.2018 / 20:37
0
answers

Change the order of an XML tag via T-SQL

Hello I'm having a demand where for a certain reason, XML was generated with the order of the tags exchanged ...: ( Scenario: I have a column in the SQL Server database (from the 2008 release) that contains NF-e XML saved from a Windows app...
asked by 21.09.2018 / 16:47
1
answer

Keyboard opens when I call my LoginActivity, how to solve it?

Keyboard opens when I call my LoginActivity, how can I solve this? This is my LoginActivity.java package fabiohcnobre.jhotelcolonialdosnobres; import java.util.ArrayList; import java.util.List; import static android.Manifest.permission.R...
asked by 17.09.2016 / 02:08
0
answers

Error converting array to xml

I have the following array: Array ( [mode] => default [method] => boleto [sender] => Array( [name] => Fulano Silva [email] => [email protected] [phone] => Array ( [...
asked by 23.09.2018 / 21:00
0
answers

E515 - Error when signing signature. - Shipment adulterated after signature

Hello. I developed a Java software to send invoices to Thema (Cachoeirinha / RS) and I received the error message E515, stating that the Shipment was tampered with, ie the .xml file was changed after the signature. The problem is that nothing is...
asked by 18.09.2018 / 18:28
2
answers

How to create new TextViews within a scrollview by Java in android studio?

Hi, I have a question for making an application: I need to create a new TextView inside a ScrollView with each click of a button. I need to also add attributes to the textview, such as positioning it on the screen, background color, and text col...
asked by 21.09.2018 / 22:57
0
answers

How to write serialized objects to XML files without overwriting? SAXParseException

So, as the title suggests, I've been trying to write serialized objects without overwriting the file. The problem is that whenever I add an object to this file I get the following sentence: "org.xml.sax.SAXParseException; lineNumber: 1; colum...
asked by 13.09.2018 / 22:05