Questions tagged as 'xml'

2
answers

Create new logger in Wildfly 10 using log4j

I need to log certain modules in an app in a log different from server.log , initially I try to do it with a java project and its log4j2.xml file which works very well on another application server other than wildfly as weblogic. R...
asked by 01.08.2017 / 16:16
1
answer

take a pdf of an xml that is a string

greetings I have an xml that returns a pdf but in a string string and I want to convert that string to a file <OutputFormat>PDF</OutputFormat> <OutputImage>JVBERi0xLjQKJeLjz9MKNiAwIG9iago8PC9UeXBlL1hPYmplY3QvUmVzb3Vy...
asked by 10.07.2017 / 18:12
1
answer

Error editing XML file using PHP form

How about, I'm trying to edit an .xml file using PHP and HTML, my problem is that when I edit a node it goes well, then the other nodes are deleted and remain empty. Here my complete code. Book1.xml file <?xml version="1.0" encoding="UTF...
asked by 05.07.2017 / 16:29
1
answer

Insert Layout's in ViewPager

I have an activity that in the lower part of the same position a ViewPager where I intend to add an edit-text and a couple of buttons. public class MyFragmentPagerAdapter extends FragmentPagerAdapter { // List of fragments which are going to...
asked by 05.05.2017 / 12:01
1
answer

Content of a slideable layout

I have a layout with a lot of buttons. My idea is that although they do not all show at the same time, if I can move from top to bottom the content of that layout to be able to navigate in it. But I do not know how I can do it ... Any idea? atta...
asked by 21.04.2017 / 19:59
1
answer

Android slide-out layout

This is basically the idea that I have as I can make the lower layout (below the image) be slidable by the lateral movement of the finger. I have thought that in this game that I am developing allow the player to invest with money or value...
asked by 02.05.2017 / 14:18
1
answer

How can I parse an XML String?

I am doing an application on Android, my error is as follows, from the Application, I send a parameter to a query, from a php, within this php, when it makes the query, it generates a response in a way structuring an XML. (I enclose the php so y...
asked by 19.04.2017 / 19:17
1
answer

Android Studio Modify graphic part of the xml, from java code [closed]

I hope to explain well what I want to achieve: I'm from java code, defining buttons, TextView etc. but I'm having problems defining its properties, specifically for example: to a button, give property of padding, margin etc. I would like to a...
asked by 09.03.2017 / 20:14
1
answer

Convert date from xml to json to save in mongodb

Good afternoon. I currently have an XML where I have several data, one of them is a date. With the help of C # I get that date and then I need to insert it in mongodb with date format. The date reaches me like this: <FechaVenc...
asked by 15.03.2017 / 00:20
1
answer

How to add ImageView to ListView

I've been reading and apparently you have to create an Adapter, but the truth is that I do not clarify much, someone could make an example or guide me something else? If you need more information or something else, tell me. Thanks! I leave my...
asked by 31.12.2016 / 01:37