Questions tagged as 'xml'

1
answer

Browse and replace based on name property using php

I'm new to php and I'm having a hard time performing the following logic: I have this code in xml (part of the code) and I need to change the Icon property based on occurrences in name . For example if name is 529383...
asked by 27.10.2017 / 14:39
0
answers

Convert data in XML to SQL Insert

I have a file with some data in XML format example: <Row> <Data>BARRA DIRECAO AXIAL REGULAVEL</Data> <Data>000216</Data> <Data>FORD - EXPLORER 95/ RANGER 98/</Data> </Row>...
asked by 25.09.2017 / 00:18
0
answers

consult card with php sinesp citizen

I'm trying to use a project available in github to query for a license plate, it returns if the vehicle has or is not sinister from theft, it happens that when I try to test the following message appears "Array ( [codigoRetorno] => 1 [mensa...
asked by 25.08.2017 / 03:15
1
answer

Convert format like xml to json with javascript

I am using the following code to read a file similar to an XML, but I need this file to be converted to a JSON, can anyone give me this help? Here is the code for my index.html <html> <head> <script> var op...
asked by 21.08.2017 / 21:21
0
answers

System.InvalidOperationException

I have to convert a datatable to XML. My datatable has 68256 rows. When I serialize to XML, I get the OutOfMemoryException: Exception_WasThrown error. Here's the code I'm using to do the conversion: var ds = new DataSet(); dtDados.Tabl...
asked by 04.09.2017 / 15:01
1
answer

eSocial xml error: Invalid event signature. Only one 'KeyInfo / X509Data' Element is required / allowed

I'm getting the error: Event signature invalid. Only one 'KeyInfo / X509Data' Element is required / allowed Before that I received the error that I should change the signature transform method to: <Transform Algorithm="http://www.w3.org/...
asked by 23.08.2017 / 21:01
0
answers

How to write XML string in a tag using XMLSerialize [closed]

When I pass the string and generate it by XmlWriterSettings.xmlSerialize passing the data without special characters, it still generates as follows. Briefly, I have an xml document inside a tag. <Valor>&amp;lt;![CDATA[&amp;lt;CFe...
asked by 22.08.2017 / 13:48
1
answer

remove Attribute from a Node in NexXMLDocument in DELPHI

I created an XML Document, when creating the 2nd. Node 'Header' comes with the attribute of the previous node. The Node is created as <Header xmlns=""> how can I remove the xmlns="" from the Node I used the following code...
asked by 07.07.2017 / 01:38
1
answer

How do I prevent the keyboard from playing with my layout?

How do I prevent the button from changing site when editText pulls the keyboard? Thanks in advance. xmlfromBhutan:<Buttonandroid:id="@+id/hora_picker" android:layout_width="300dp" android:layout_height="wrap_content" android:text...
asked by 07.07.2017 / 17:09
1
answer

Building XML file using xml Serializer - More efficient way

I am building an XML file whose structure must be nested tags as shown below: Theaboveimageistheoutputtothefollowingcodebelow:publicclassFeeder{publicstringName{get;set;}publicdoubleVMin{get;set;}publicdoubleVNom{get;set;}publicdoubleVMax{ge...
asked by 17.07.2017 / 14:02