Questions tagged as 'xml'

1
answer

How to upload multiple XML files to MySQL

I need your guidance for the following: In my web server I have a directory where invoices are saved in XML format, a file is generated for each invoice issued so I only know the file extension. The information of each XML I need to store it in...
asked by 05.04.2018 / 22:40
0
answers

Center Items in a dynamic ListView

I have this ListView that takes the Items of a String-arraay that I have defined in my strings.xml, how can I make these items appear in the center of the screen, with the text centered? <ListView android:id="@+id/listaprincipal" an...
asked by 12.04.2018 / 14:21
1
answer

Objects in Android do not appear in place [duplicated]

I came from java some time ago, but I felt the need to make an application on Android. The case, that when I compile my program with the Android Studio simulator, things appear hidden in the upper left corner. I searched all over the internet,...
asked by 02.04.2018 / 02:10
0
answers

Agenada calendar view: The following classes could not be instantiated:

I'm using a dependency on an agenda with github calendar link but at the time of declaring the view sends me the following notice in the xml and in the second error The following classes could not be instantiated: - com.gi...
asked by 08.04.2018 / 00:36
0
answers

RecyclerView that leads to different activities

What I have is: A recyclerview with images from different places such as bars, coffee shops, etc. What I want is: When I click on each one of these images, they take me to a different activity (to the activity of the corresponding place) M...
asked by 21.03.2018 / 12:41
1
answer

A sequence of more than one item is not allowed as the result of call to local: getFirstPublisherUrl

I'm trying to get the url of a publisher through an xQuery function, the function will pass the name of an author that I have in the biblio.xml document, and what I want is that given that name find the first pusblisher of a book written by that...
asked by 17.03.2018 / 13:48
0
answers

Error Serializing

From an XML I want to get the xsd to get my class in vb .net or C # and thus be able to load any xml that they send me. I have tried several web tools to get the xsd and then I generated the class with Xsd2Code but I get the following error when...
asked by 12.03.2018 / 15:51
0
answers

how to read or get the data of xsi: type of an xml

Good morning, how can I get the data or the information of an xsi: type please I'm already looking for better if it's php code please <Discount xsi:type="ProgressivePromotion" from="2018-04-10T00:00:00" to="2018-04-14T00:00:00" type="Percen...
asked by 09.03.2018 / 16:11
0
answers

TextView text is cut off

I have a LinearLayout and its elements that are inside it do not mark error, but I have a problem with a TextView since the text looks a little cut.    Code <LinearLayout android:layout_width="match_parent" a...
asked by 08.03.2018 / 21:58
1
answer

XML validation failed in SPRING

I'm trying to add a reference to a route but when I add it, I'm missing the validation in the IDE And he answers this in console: XML validation started. Checking file:/home/emendez/NetBeansProjects/HorarioSpring/src/main/webapp/WEB-INF/...
asked by 15.03.2018 / 14:57