Questions tagged as 'xml'

2
answers

Hibernate is not mapping classes

Hibernate I'm using is not automatically generating tables My Persistence.xml file <?xml version="1.0" encoding="UTF-8"?> <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/...
asked by 18.12.2017 / 18:22
2
answers

Get xml data with php [closed]

I've never worked with XML. Below I put the XML as I get from a URL. I would like to get the latitude and longitude data and pass it to a PHP variable. <?xml version="1.0" encoding="UTF-8"?> <response> <feedMessageResponse&g...
asked by 10.08.2017 / 03:27
1
answer

Reading an XML file and printing specific fields using the Python language

I have the following XML file (actually it's just a piece of the file): <!DOCTYPE sysstat PUBLIC "DTD v2.19 sysstat //EN" "http://pagesperso-orange.fr/sebastien.godard/sysstat-2.19.dtd"> <sysstat> <sy...
asked by 02.08.2017 / 02:01
1
answer

Results of Football Games on the site

I am currently developing a small website for testing that allows the user to view the games that were performed as well as their results, the players in the field and when they were replaced, the fouls, etc. .. I researched a bit but there...
asked by 26.04.2017 / 18:01
1
answer

Import decimal with comma

In SQL Server, I am trying to execute a SELECT in a * .csv file as follows: SELECT * FROM OPENROWSET(BULK 'C:\Minha_Pasta\meu_arquivo.csv', FORMATFILE = 'C:\Minha_Pasta\format.xml') AS Contents meu_arquivo.csv...
asked by 23.02.2017 / 22:26
2
answers

How to select the first element of xml

I have the following xml: <SONG> <PLAYEDAT>1487812025</PLAYEDAT> <TITLE>John Legend - Love Me Now</TITLE> <METADATA> <TIT2>John Legend - Love Me Now</TIT2> </METADATA> </SONG> <SON...
asked by 23.02.2017 / 02:10
2
answers

Error reading XML file

Well, every time I push to read an XML file in my localhost to return some XML response, everything works out fine, but when I host that page, it gives error. What can it be? The error that appears is this:    Warning: simplexml_load_file...
asked by 10.08.2016 / 00:30
2
answers

how to set space between buttons on Android?

I'm using 3 buttons on a Linear Layout . I would like to distribute the spaces between the buttons. Follow the image as exexmplo: Screenxml:<LinearLayoutandroid:orientation="horizontal" android:layout_width="match_parent"...
asked by 20.03.2016 / 21:01
1
answer

How to create a style for ImageView on Android?

How do I create a style format for ImageView by moving to length and height in this style so it gets "formatted" on the screen?     
asked by 11.03.2016 / 17:07
1
answer

XML repeats record when generated in PHP

I have a PHP script that generates XML file, however something very strange is that it repeats several records from my table of real estate and the worse still is that there is no repeated real estate. Repeat the property ID with only one proper...
asked by 23.02.2016 / 22:33