Questions tagged as 'xml'

1
answer

Problems with special characters in an XML file created with PHP

I have a php script that generates an xml of some tables and it seemed to work correctly, but now one of the values of the fields has a "Ñ" and the browsers take it as an error: XML read error: malformed Line number 33, column 36: ARTURO C...
asked by 20.04.2018 / 04:40
1
answer

Help with xml, Android Studio

My App consists of a Activity where the Fragment are loaded. In this case to load is fragment_automotor , it performs a search based on a patent, returns the data of the owner and in a RecyclerView classifies the de...
asked by 17.04.2018 / 13:31
1
answer

Android: put a textView in Linear Layout at the bottom of the screen

I just started studying with Android Studio and I tried all the sentences for my textView on bottom screen for LinearLayout , but so far nothing. How can I do it? Help !!! <LinearLayout xmlns:android="http...
asked by 17.04.2018 / 05:50
1
answer

How can I traverse an XML node to node

I have the following XML: <?xml version="1.0"?> <tv generator-info-name="Panel IPTV" generator-info url="http://tvla.xyz:25461/"> <channel id="AandE.mx"> <display-name>A&amp;E [0]</display-name>...
asked by 26.04.2018 / 15:06
0
answers

I need to map the fields inside the dataset table

I'm trying to map a Diffgram field but I could not: This is the XML that I want to map: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www...
asked by 18.04.2018 / 16:32
0
answers

TextView next to an ImageView

I have a question about the design of an xml ... I want to have a text and on the right side have an image, that when the text exceeds the size of the image follow, taking the whole width of the screen as in this photo . Thanks !!  ...
asked by 13.04.2018 / 18:43
1
answer

XQuery: How can I return multiple values in formatted return? I do not understand why he returns it to me concatenated

Recently I'm learning XQuery, I've tried the following exercise:    We want to show for each student of the institute (institut.xml) its   name and the subjects that it studies, besides the total of subjects,   ordered by the number of subjec...
asked by 12.04.2018 / 00:08
0
answers

Help XQuery branch

Returns the branch code, the telephone number and the number of accounts that have a SAVINGS type and a PENSION type. The xml file is the following: <sucursales> <sucursal telefono="112233" codigo="SUC1"> <director&g...
asked by 14.04.2018 / 12:30
0
answers

I want to migrate an xml file to a mysql database using php, but it generates the following error

   Fatal error: require (): Failed opening required 'config.php'   (include_path = 'D: \ xampp \ php \ PEAR') in   D: \ xampp \ htdocs \ PracticaDistribuidosII \ migrar.php on line 10 this is the xml <pma_xml_export version="1.0" xmlns...
asked by 05.04.2018 / 18:52
1
answer

How to use from the code the image that I import to visual studio?

I'm making an application in WPF (C# y XAML) . I used these instructions to import an image to Visual Studio : which I then want to show in a part of the application. link Now, what I want to achieve is to manipulate this ima...
asked by 05.04.2018 / 18:50