Questions tagged as 'xml'

1
answer

How to read an XML with prefixes and without prefixes in Freemarker

I'm trying to read an XML in freemarker but I can not make it read the contents of it. Here I leave the XML: --------- [XML] -------------- <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> <Comprobantes> <Compr...
asked by 07.08.2018 / 13:38
0
answers

Read an XML with prefixes in JSON with Freemarker

I am trying to read an XML with the UBL structure by means of JSON and Freemarker following some examples that I found in the network but still it does not manage to pass me the value and only throws me error. Here I leave the code. ---------...
asked by 06.08.2018 / 19:13
0
answers

Get nameSpace of an XML node

How to get the namespace of the next node. <Stat Type="City">Bergamo</Stat> When sending the console output, only the Bergamo name should appear     
asked by 31.07.2018 / 18:14
0
answers

How to insert values to a table with Symfony?

I'm using symfony, to insert an xml into a database. already made the journey to xml, now I need to learn how I store it in the table, without consultation. foreach ($matchInfo->children() as $matchOfficials){ foreach ($matchOfficials->...
asked by 22.07.2018 / 22:57
1
answer

how to sign an xml with xml signature

My problem is to sign an xml to get the values of digest and digest with some https certificates in the consumption of a ws, the person who requests it gave us an example where he uses a keystore as far as I have read this file is only valid in...
asked by 18.07.2018 / 22:41
0
answers

Background for dialog on Android 4.x appcompat

I'm developing an apk and I want the dialogues to have an appearance like this is now ready but in Android 4.x it is not shown that way. It looks like this <style name="AppTheme_AlertDialog" parent="Theme.AppCompat.Light.Dialog...
asked by 11.07.2018 / 16:30
2
answers

Create XML with specific structure

I need to generate an xml with a somewhat complicated structure First block: <rule id="Main"> <item> YO <ruleref uri="#Nombre" /> CON NUMERO DE TELEFONO CELULAR<ruleref uri="#Numero" /> EXPRESO...
asked by 09.07.2018 / 22:15
0
answers

show the data of two models at the same time in a single view odoo11

I would like some guidance, I have two models in odoo11 , and I want to show part of your inf. sale_order and mrp_bom . The idea is to continue showing the inf. of the order of sale but in the product that I add to that order is a com...
asked by 10.07.2018 / 22:20
0
answers

Consume web service data with php

Hi, I'm sorry it's something simple for you, but I'm a novice in this ... I looked for information in San Google and I see everything confusing. I want to send this data or XML to a url that they gave me. NOTE: I want to do it by php of prefe...
asked by 10.07.2018 / 22:54
0
answers

Error - clean and build - not suitable builder found and can not find symbol

I have problems when compiling a program When doing clean and build in netbeans, I get the following error:    error: not suitable constructor found for User (String, String, Boolean)                       adminList.add (new User (mail,...
asked by 11.07.2018 / 04:09