Questions tagged as 'xml'

0
answers

Read xml file hosted on MEGA with Android Studio

I would like to know if it is possible from Android Studio to read an XML file that is hosted in a MEGA account, I have tried it with the link created by MEGA from the file but it does not work, since it is a link that sends you to a Pre-downloa...
asked by 07.07.2018 / 16:02
0
answers

how can I edit the source code of the odoo point of sale module 11

Hi, I would like to know how I can edit the pos module, add buttons for wholesale products set for example button quantity = 12, another amount = 50 and that a discount is applied that is not pre-configured, example amount = 12 give a discount o...
asked by 28.06.2018 / 23:00
1
answer

How to copy field in Odoo 10

I'm using Odoo 10 and I'm trying to copy a field. I want to copy a field called Address up to the street field Pos_custom.xml code located in the src folder <templates id="template" xml:space="preserve"> <t t-extend="C...
asked by 27.06.2018 / 22:32
1
answer

Automated test with Selenium using netbeans

I am trying to reproduce the facebook page with selenium using NEtbeans java. but I get this error when doing the Test File.    OpenPagen caused an ERROR: Can not find firefox binary in PATH. Make   sure firefox is installed. OS appears to be...
asked by 06.06.2018 / 18:48
1
answer

Tour Xml With PHP

Good as I can do to run an xml with php I used simpleXml. But I do not know how to access a third child node for example: <Factura> <Cliente> <Nombre>Juan</Nombre> </Cliente </Factura> I...
asked by 01.06.2018 / 07:39
0
answers

Is it correct to put es-es in an xml: lang tag?

Hello, I wanted to know if it is possible that they would solve a doubt that I have to apply on my website created in Magento. Specifically on the html tag and the possibilities in the "lang". Right now I have this tag: <html xmlns="http...
asked by 31.05.2018 / 20:04
0
answers

How to export a sql server table with your data to xml

hello I have a table in sql server which I must export it to xml and I'm doing it but I do not export it in the format I want, I'm trying the following: string select = "select * from TEMPTABLE FOR XML AUTO, XMLDATA"; XmlDocument xmlDoc; va...
asked by 31.05.2018 / 03:27
0
answers

Repeated serialization in Winforms C #

I need to do this link and I could do it, but I need to create some other Textbox and also read information from an XML file (but not the same one last XML file) I have tried that code but choosing the XML with an Openfiledialog, but it is sti...
asked by 27.05.2018 / 19:35
0
answers

Assignments and counters in XSLT

I have the following XML file:                             <ascendientes> <categoria id="https://datos.madrid.es/egob/kos/entidadesYorganismos"> <nombre><![CDATA[(no disponible)]]></nombre> <...
asked by 22.05.2018 / 13:40
0
answers

Find the content between an XML tag in c # without libraries

I'm looking for a way to find the elemetno of an xml tag. Example: < NOMBRE > Pepe < /NOMBRE > The element I'm looking for is Pepe, the thing is that I do not know how to do it without using the XML libraries and...
asked by 13.05.2018 / 11:46