Questions tagged as 'xml'

1
answer

Problem removing or modifying a node in XML

I have a project in which I manage an XML file with C # UWP. The problem is that when I delete or modify a node in the XML document, the space of that node is not deleted and it is under the root, causing me to get an error. I give an exam...
asked by 13.07.2017 / 13:35
4
answers

How to manipulate svg with css?

I'm trying to manipulate svg images with css and I have not really had the slightest success, I guess it's some detail I'm not doing since on the internet there are many examples of this that I'm trying and I guess it's because it works for them...
asked by 22.08.2016 / 21:10
3
answers

Count elements of an XML file that contain a text

I would like to use PHP to show only the elements of an XML with the value <disponible>si</disponible> I have an .xml file with the following format: <?xml version="1.0" encoding="UTF-8"?> <libros> <OctavioP...
asked by 31.03.2017 / 05:19
1
answer

Block the comma key "," in Android Studio XML

I want to prevent a user from entering a comma "," in a EditText , investigate what can be done with the property of android:digits=”” but you have to enter the remaining characters, there will be a property to block that property i...
asked by 27.02.2018 / 21:09
1
answer

Sign XML document with sha256 signature method

I develop an application that signs an XML document ... even there perfect ... But I must change this line of signature <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> for this one: <SignatureM...
asked by 03.01.2018 / 19:34
1
answer

Select values from the XML field in SQL Server 2008

I have a table in SQL that has two fields ( id , xml ), just looking at my XML field, the row is like this: <Sheet1> <Production_x0020_Line>L1B4</Production_x0020_Line> <Item_x0020_Number>VPJG7F-1084...
asked by 06.04.2017 / 16:44
1
answer

XPath query using dates

I have the following xml file <clientes> <cliente> <nombre> Juan Martinez </nombre> <fecha_inicio> 2016-10-2 </fecha_inicio> </cliente>...
asked by 22.11.2016 / 15:03
1
answer

Error in xsd dian colombia

I am trying to generate the classes of the xsd that the dian provides in java with netbeans using the jaxbinding tool, but at the time of doing so, it generates the following errors, [ERROR] 'AcceptedIndicator' is already defined línea 21 de...
asked by 08.11.2018 / 15:23
2
answers

problems with characters in xml

I have a problem sending and opening an xml. In the xml I need you to appear: "Comisiones por Captaci&gt;#243;n" but when I send it or open it I get "Comisiones por Captaci>#243;n" I tried coding <?xml version=...
asked by 06.03.2018 / 20:19
2
answers

Save CFDI payment elements in c #

I have an XML CFDI version 3.3 and I want to save the attributes of the DoctoRelated node. It works for me to save the attributes of the first node, the problem is that in some XML I get more than 1 node DoctoRelacionado and only saves the first...
asked by 23.02.2018 / 19:39