Questions tagged as 'xml'

1
answer

Read A tag that stays inside another in an .xml file with DOM API

Take data from a tag and then grab data from a child tag. For example, I have 2 tags that are repeated for the entire document, and I need to get data from both: <teste:dadosLote> <teste:numeroLote>380</unimed:numeroLote>...
asked by 30.04.2015 / 20:47
1
answer

XML Parse with Shell Script

I have the following structure inside an XML file: <TestCase name="A" priority=""> <Test name="A1" result="pass" /> <Test name="A2" result="pass"/> </TestCase> <TestCase name="B" priority=""> <Test name="...
asked by 19.02.2015 / 18:14
2
answers

NFe XML decapsulation

Well, I'm trying to read for importing% of Electronic Bills and I'm having a hard time decapsulating the XMLs of blessed. No problem getting to the object ICMS : object objeto = ListaItens[i].imposto.Items[0] This returns an...
asked by 18.03.2015 / 21:24
1
answer

How to redirect the link in web.xml from vraptor to a Controller?

I have the following codes below: web.xml: <error-page> <error-code>404</error-code> <location>/error/404</location> </error-page> <error-page> <error-code>500</error-code>...
asked by 15.07.2015 / 20:54
1
answer

Error ORA-01460 in Oracle

I have the procedure below: PROCEDURE GRAVA_(P_IMEI_DISPOSITIVO IN NVARCHAR2, P LONG, P_DET LONG, RETORNO_OPERACAO OUT VARCHAR2) In th...
asked by 20.01.2015 / 14:04
1
answer

Place gallery with text

I'm trying to put a gallery of products in my app, and I wanted the image and the text below, I'm using the viewpager, but the text is on the side, and the images are far from each other, so there's a imagen wanted to appear at least 2 with the...
asked by 09.01.2015 / 14:41
1
answer

Color of an Android application

I'm trying to leave the color of the application as White (by default), but I can not do it ... It is possible? Or do I have to set the color element by element? I can not also change the color of ActionBar, it follows the relevant code: &l...
asked by 15.09.2014 / 20:37
1
answer

How to parse an XML response from the Web Service

Hello, I would like to know how I parse an xml response that I receive from my web service .. In case, I'm doing in Android, and wanted to transform the values and names that display in xml, into variables to be applied a graph with them .....
asked by 25.09.2014 / 15:22
1
answer

Error Signing XML, Invalid URI VB.NET

I have this code to sign an XML, because at that moment it requests a URI, I know it is a namespace that points to some website, but when I assign the URL, it gives an exception error. ' Cria a referencia Dim reference As New Reference() '...
asked by 01.04.2015 / 20:03
1
answer

Error loading web address XML file

I have a flash game where I load the words through an XML file ie: var carregaPalavras:XML = new XML(); carregaPalavras.ignoreWhite = true; carregaPalavras.onLoad = function(success) { if (success) { parsePalavras(); } else {...
asked by 05.02.2015 / 11:51