Questions tagged as 'xml'

2
answers

Move Floating Action Button, which is on an Android Edittext

I have a layout with several edittext, the case that the fab is hiding part of the edittext so at the time of writing it does not let me see what I'm writing in the edittext, there will be some way to move it just when the focus of the edittext...
asked by 26.09.2017 / 22:23
0
answers

Can you create an xml in an .xml file and help php?

Good community, I have a doubt, I have created an xml view from a file with extension .php, but I would like to know if, Can I replicate what I have done but from an .xml file ?. Thank you very much in advance. <?php $html = ""; $url =...
asked by 31.08.2017 / 14:08
0
answers

Error in Web Service consumption (org.xml.sax.SAXParseException)

Some idea of how to correct the error:    (org.xml.sax.SAXParseException) org.xml.sax.SAXParseException;   lineNumber: 1; columnNumber: 1; The content is not allowed in the   prologue When I try to consume a web service, on line 3 of the...
asked by 23.08.2017 / 19:25
0
answers

How to send the data of an XML (I am the client) to a WDSL

Greetings, I have an Oracle DB that creates an XML file that contains data that I need to be able to send or consume to a WSDL. I already have the XML ready, but what I do not know is how to send the file or the information.     
asked by 11.08.2017 / 18:30
0
answers

Save XML in asp Javascript

I have problems with Javascript to save an XML that comes from a textarea: function descargarArchivo(nombreArchivo) { var texto = document.getElementById('txtArea').value; var contenidoEnBlob = new Blob([texto], {type: 'text/xml'}); var lector...
asked by 21.08.2017 / 16:13
1
answer

Error: Extra content at the end of the document

This is the php code where I want to generate an XML from the queries in MySQL: <?php header('Content-type: text/xml'); $xmlout = "<?xml version=\"1.0\" ?>\n"; $xmlout .= "<persons>\n"; $db = new PDO('mysql:host=xx...
asked by 26.07.2017 / 23:55
1
answer

Error notice in Android Studio [duplicate]

Good evening the problem I have is the following when creating my application in Android Studio I get this notice. I do what he says in the suggestion but he still sends me another error message I would appreciate if you could help me in this...
asked by 24.08.2017 / 03:15
0
answers

Problems generating CFDI 3.3 with JAX-B

Based on the proof xsd and the retail complement I have generated the necessary java classes to fill them. With this code the proof and detailed class is full. try { String cfdi="",complemento_det=""; cFunctions functions=new...
asked by 28.07.2017 / 22:29
1
answer

Query data from an XML field in SQL 2014

I have an XMLData table. In your Data column I have data like the following: <?xml version="1.0" encoding="utf-16"?> <table> <id>{6ebd0af9-9838-47f5-8aad-45cf9d4201f7}</id> <rows> <row> <col...
asked by 27.07.2017 / 11:20
0
answers

EditText keyboard modifies Layout

Good morning everyone! I'm working on a game for Android, which has a EditText numeric type. By touching it, the keyboard is displayed, and in doing so, it modifies the size of my layout parent, which is a RelativeLayout . The pr...
asked by 14.07.2017 / 03:36