Questions tagged as 'xml'

1
answer

JAVA - I can not print completely from my XML

I am developing a program that allows me to print the elements of tags of an XML that I have, this is the instruction that this is my main class, that allows me to print a certain tag: for(int k=0; k < list3.getLength(); k++) {...
asked by 27.11.2018 / 17:39
0
answers

Error sending XML / string to web services C #

I have the SoapUI where I am doing a web services test in which I add 3 data to the request and it gives me an answer, until here everything is fine. It happens that I want to consume that webservice using C #, the code I have so far is...
asked by 13.12.2018 / 21:02
1
answer

I do not see the edges in bootstrap

I have the following xslt code, but it does not generate any border-bottom. I have tried both with a class created in the document itself, and putting the border in different places, etc. Nor does it work for me if I use the "list-group-item-pri...
asked by 21.11.2018 / 12:54
1
answer

Read XML in ISO-8859-1 and move to UTF-8 (Android Studio)

I am creating an application in Android Studio. This connects to a web and receives an xml that is in ISO-8859-1 . The application uses UTF-8 . It is impossible for me to paint the tildes, ñ, etc. I've used URLDecode.decode, xm...
asked by 09.11.2018 / 19:20
0
answers

Digital Signature in XML DIAN Colombia

I am in the realization of the digital signature for the electronic invoice in Colombia and I have been doing the corresponding validations and it happens to me that I have validated the XML file in page such as: link link  And also with...
asked by 09.11.2018 / 14:25
1
answer

Show contents of an XML file in HTML

I want to show the content of the XML file that I select in the form with an input, but it does not work for me. I have tried different ways and I do not give with the key; I tried to return the name of the file after being chosen and if it w...
asked by 08.11.2018 / 21:13
0
answers

Problem to display bookmarks in Google Maps

I have a problem reading an XML with several data; including the latitude and longitude of a restaurant. The structure of the XML is: <?xml version="1.0" encoding="utf-8" ?> <restaurantes> <restaurant> <imagen&g...
asked by 04.11.2018 / 05:43
0
answers

java - Spring Mail Authentication Error

I try to perform a service to send emails from my application. I have the Bean configured as follows: <bean id="mailSender" class ="org.springframework.mail.javamail.JavaMailSenderImpl" > <property name="host" value="smtp.gmai...
asked by 26.09.2018 / 15:43
0
answers

Java JAXB escape special characters in hexadecimal

I'm trying to escape special characters for a request in XML using Marshaller from JAXB and I need the values to arrive at destination with the escape in hexadecimal. The problem is that it does in decimal, I already tried several charset and...
asked by 24.10.2018 / 18:35
0
answers

Error configuration single sign on CAS Server

I'm trying to create a java application which redirects to other applications for which it uses cas server 5.3 to authenticate the users, the problem comes when I try to redirect the applications because the session is saved but only for that ap...
asked by 14.09.2018 / 18:49