Questions tagged as 'xml'

1
answer

How does clicking an ImageView not interfere with the application? [closed]

I have Linear Layout <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/linear" android:orientation="...
asked by 17.03.2016 / 14:51
2
answers

How to capture all images from an image field in XML to write to MYSQL?

Good afternoon! I need to capture in PHP all the images contained in the XML image field below to write to MYSQL, how do I do it? <Media> <Item medium="image">http://teste.com.br/11772/21973974.jpg</Item> <Item medium="...
asked by 11.04.2016 / 18:18
0
answers

ERP integration with wordpress by an XML

Good afternoon guys, I would like to know if anyone knows of any tutorial or any book about integrating an ERP into wordpress by an XML. I need to get woocommerce to receive the Xml data and include it and make it available on the site, does any...
asked by 07.03.2016 / 19:40
0
answers

ImageView on Android is it possible to zoom? [duplicate]

In ImageView , you can zoom in on the image in the ImageView field defined. <ImageView android:id="@+id/imageView1" android:layout_width="fill_parent" android:layout_height="fill_parent"...
asked by 03.02.2016 / 00:41
1
answer

Nothing value in a query to an xml tag using linq .net

I have the following xml: <ns1:TRetLote_GNRE xmlns="http://www.gnre.pe.gov.br" xmlns:ns1="http://www.gnre.pe.gov.br"> <ns1:ambiente>1</ns1:ambiente> <ns1:situacaoRecepcao> <ns1:codigo>100</ns1:codigo>...
asked by 14.01.2016 / 18:28
1
answer

JASS implementation in JSF + Tomcat

I want to create authentication for login in my project, but when I try to login, the java.lang.NullPointerException error appears Error Log javax.faces.el.EvaluationException: java.lang.NullPointerException at javax.faces.component.MethodB...
asked by 06.11.2015 / 14:14
1
answer

XML Data Format NFe

I'm trying to insert a date into an Oracle PL-SQL table. I look for the date when reading the XML of an NFe, however the tag appears like this <dhEmi>2015-10-02T14:49:52-04:00</dhEmi> I did some searches on the internet and...
asked by 28.10.2015 / 20:12
1
answer

Edit XML-specific data with LOOP using form in PHP file

I'm having some issues trying to edit XML-specific data (with LOOP) with form on a PHP page. PHP file: input.php (without loop) <meta charset="UTF-8"> <?php if(isset($_POST['submit'])){ $carregador_xml=simplexml_load_fi...
asked by 20.10.2015 / 02:33
0
answers

Problem connecting Construct 2 to the server via AJAX and XML

Good night, I'm a beginner in the game creation part, and I'm trying to learn how to create the communication between the game and the server, but using Construct 2, I'm in trouble because it seems the game is not looking information on the serv...
asked by 11.10.2015 / 04:13
0
answers

Xstream library generating xml with empty node

I am using the xstream 1.4.8 library with the following XML: / p> <root> <att1>1</att1> <att2>2</att2> <nodeB xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d8p1...
asked by 07.12.2015 / 14:41