Questions tagged as 'xml'

0
answers

Image above RelativeLayout

I want to place the image (the star) above the RelativeLayout and centered horizontally. Example of how it should look: Example of how I have it right now: Code: <?xml version="1.0" encoding="utf-8"?> &l...
asked by 24.09.2018 / 21:55
1
answer

Save the DataGridView fields in an XML

I have a small problem that I can not solve, I have a GridView with 3 specific columns, what I need is to save those 3 columns in an XML and I can not do it. The xml that I want to form is more or less like that. <?xml versi...
asked by 15.05.2018 / 19:20
1
answer

Read Part of the XML and some children with LINQ repeats

good afternoon, I have the following XML <Detalle> <Item> <NroLinDet>1</NroLinDet> <CodItem> <TpoCod>2</TpoC...
asked by 12.12.2018 / 15:15
2
answers

How to sign XML with XAdES-EPES

I need to sign an XML with the following specifications: The version of the ETSI TS 101 903 is adjusted to v1.3.2 or higher. The URL to be used for the XAdES-EPES policy is added. It is clarified that the packaging of the XAdES will be E...
asked by 15.11.2017 / 21:35
0
answers

It does not write (save) the XML it takes from the server

I have an app that previously read an xml file from a server and saved it in the phone so that the user could see the content without internet connection, I have passed my application to kotlin and I find the error that the file no longer save i...
asked by 12.01.2018 / 05:47
1
answer

Convert XML into UTF-8 to ISO-8859-1

I am developing a web service that is invoked by an application external to mine. In this web service I receive an XML with all the necessary parameters to offer the service. The issue is that the XML comes with UTF-8 encoding and the database w...
asked by 04.09.2018 / 13:33
1
answer

Convert an xml into a string

I have published a web service (soap) with WCF, which receives a composite data type MFN_M02CONTENT. I need to generate a log in a plain text file, that I record the received messages. my problem is that when converting the data of the type...
asked by 26.09.2017 / 15:43
2
answers

Create this XML in C # with XmlWriter

How can I do this: <Amt> <cbc:price>340.00</cbc:price> </Amt> This is my code so far: const string cur = "Ccy=" + @"""EUR"; writer.WriteStartElement("Amt"); writer.WriteElementSt...
asked by 15.08.2017 / 18:07
1
answer

Problem in pairing Web Service response

I have not been able to receive the answer given to me by a Web Service for several days; My code is as follows: <?php $params = array('NitProveedor' => '860000896', 'baseDatos' => '1',...
asked by 17.08.2017 / 14:19
1
answer

Use different strings.xml files regardless of Locale

I would like to know if, without changing the Locale of the app, there is some possibility to choose which file of strings.xml to use in the app. For example, if I have a file of strings.xml and when translating this I ha...
asked by 25.07.2017 / 10:01