Questions tagged as 'xml'

0
answers

Export report made in XML and XSLT to Excel

I'm having trouble exporting a report I've developed in XML and XSLT ... I already exported the simple report made in HTML, but this week I started studying XSLT and I ended up with the problem to export to Excel. In order to reuse the log...
asked by 02.10.2015 / 14:38
0
answers

XML manipulation with Java JDOM

asked by 18.09.2015 / 01:05
0
answers

In Laravel 4, how can I convert the result of Model to XML?

In Laravel, how could I transform the following result into an XML structure? $usuarios = Usuario::with('nivel')->where(['status' => 1])->get()->toArray(); // Resultado: [ 'usuarios' => [ 0 => [ 'id...
asked by 07.07.2015 / 16:51
0
answers

Add function to firefox

I want to make a modification in firefox so that it refreshes the page automatically after a period. That is, I want to "fire f5" in a certain time interval and on a certain page. I've been reading about extensions of firefox, and I have seen th...
asked by 20.05.2015 / 23:59
0
answers

detecting movements using onTouchEvent

I found this method on the internet to detect motion, however I would like it when I move to the right executes a command ( example change the color of the button ), but I am having trouble implementing this code if someone knows Give me strengt...
asked by 13.05.2015 / 18:05
0
answers

Upload PDF or P7S file into XML

I have the following XML line in an XML Schema. {**<nomeArquivoP7S><nomeArquivoP7S>**} and I want to include a file in p7s named copia1.pdf.p7s on this line, that is I want to load this file into XML to be transmitted by...
asked by 17.03.2015 / 20:55
0
answers

Import XML into Mysql

I have two files in xml. When I import one of them it comes like this pública and the other comes like pública Open the files in notepad ++ and in the Format tab the two files are UTF-8 encoded (without BOM). How do I sol...
asked by 19.05.2015 / 21:44
0
answers

Content Management - Java Sax

[Java - Sax Parser] Good afternoon. If anyone can help me I'll be grateful. I need to mount an application that works as follows: If it finds the tag " classname ", and it has an attribute " type " with the value " M " or "...
asked by 14.04.2015 / 21:51
1
answer

Retrieve XML TXMLDocument at runtime (Delphi XE3)

I'm trying to retrieve the XML data but I can not, the TXMLDocument is being created dynamically and probably is missing some configuration, because when I'm using it visually in the project I can extract the data. function TNFSe.getNumeroRPS(...
asked by 11.07.2014 / 16:51
0
answers

Find controls in a separate class from the main Activity

I need to look for controls to change values in the layout. However passing the context per parameter to the class it does not find controls declared in xml returning null for each cast done. The class where I'm trying to retrieve this data e...
asked by 01.12.2014 / 18:26