Questions tagged as 'xml'

2
answers

how to extract zip files in C # to a folder where the system is installed

How to extract zip files in c # to a folder where is the system installed? using System; using System.IO.Compression; using System.Windows; using System.Xml; namespace TestXml { /// <summary> /// Interaction logic for MainWind...
asked by 27.03.2014 / 14:04
1
answer

How to make a query within an XML file?

I need the value of <version> to be returned to a variable in a WPF application. The XML file is on the server and contains: <?xml version="1.0" encoding="ISO-8859-1" ?> <Application> <Version>1.2.3.5</Versio...
asked by 26.03.2014 / 18:07
1
answer

How to generate TRemotable Class with XML Bind?

I need to generate the TRemotable classes of a WebService SOAP based on an XML. I tried the Delphi XE XML Bind but it generates interface with uses uses xmldom, XMLDoc, XMLInt.     
asked by 31.01.2014 / 12:43
1
answer

SVG - Problem opening a svg file

Good people, I have a small problem with svg files. Home The situation is this: I have an initial file (also with svg extension) that I edit later (I change the text, dates and so) with the help of a opentype library. The edition r...
asked by 24.09.2018 / 17:38
1
answer

Opening an activity with a button

I'm having a problem opening my activity in various forums and have not found the answer. I have the activity "TelaDeLogin" and the activity "Feed", and already tried to open in several ways, here is the button xml code: <Button and...
asked by 10.07.2018 / 17:54
1
answer

Count TAG repetitions in XML file

XML file example: <rec> <v001>001</v001> <v002>2012609272311</v002> <v003>616.890231</v003> <v005>7</v005> <v006>m</v006> <v007>^a115001^b1^c1^d20100000^e2^fOvernight^m1&...
asked by 14.07.2018 / 13:20
1
answer

Problem with zipfile logic with Python

I'm trying to make a script with python to zip xls files. I've been able to get it into the directory and it's adding everything inside a .zip file. But I wanted it to go through all the subdirectories and only bring the .xls files and no...
asked by 20.05.2018 / 16:17
1
answer

Navigation between pages (Android) [closed]

using Android.App; using Android.Widget; using Android.OS; using System; namespace ValModas { [Activity(Label = "ValModas", MainLauncher = true)] public class MainActivity : Activity { protected override void OnCreate(Bundle...
asked by 10.05.2018 / 07:46
1
answer

Reinf - Error with event R-5011

When trying to sign the R-5011 query event, I'm encountering this error:    "The ' link ' element is invalid - The value '4308-2099 -1701-4308 'is invalid depending on data type' String '- The current length is not equal to the specified leng...
asked by 12.04.2018 / 23:24
1
answer

How to give select in XML and return a specific column from an anonymous block?

I have an anonymous PL / SQL block that returns an XML to me as the result of running a web service. How do I give a select in this XML to get only one column I want?    Anonymous block: DECLARE l_filename varchar2(255); l_BLOB BLOB; l_CLO...
asked by 07.05.2018 / 20:18