Questions tagged as 'xml'

0
answers

XML file recognition in Eclipse

I'm using a private language, derived from XML, with .fml extension. I would like to make eclipse recognize the code as if it were XML, for easy visualization. Is there any way to change the Eclipse configuration so that it recognizes this...
asked by 30.11.2015 / 22:27
0
answers

Error loading XML in XDocument

I'm consuming a WebService with the following code WebRequest request = WebRequest.Create(link); byte[] bytesToWrite = Encoding.ASCII.GetBytes(xml); request.Method = "POST"; request.ContentLength = bytesToWrite.Length; request.ContentType =...
asked by 05.08.2016 / 20:00
0
answers

Use S @ T CF-e with android [closed]

I'm developing an android application that communicates with the SAT-CF device that came to replace the ECF (Fiscal Coupon Issuer). I do not know how to start or how to do this, someone has found some tutorial or can help me with how to work...
asked by 11.01.2016 / 13:21
0
answers

Insert data dynamically with xml the coordinates in the heat map

I'm trying to use this code to read data from the xml parts coordinates instead of the data statically inserted into the code but does not work when done this way. Code: function getPoints() { return [ //new google.maps.LatLn...
asked by 13.04.2016 / 21:52
0
answers

In Android Studio how to view what goes off-screen?

I am using text and an image with this they exit off the screen but with ScrollView is possible candle but in Android Studio on the screen is the cell phone to follow the design what comes out screen you do not see it, I would like to pul...
asked by 09.02.2016 / 21:08
0
answers

Response XML does not display accented characters

I'm wearing Jersey in a WEB application. In this application, I return an XML file to client requests (which are web-browsers). In order to ensure the display of accented characters, I wrote the Produces annotation as follows: @Produces("t...
asked by 26.08.2015 / 21:24
1
answer

Capture SOAP Header with PHP [closed]

Good Afternoon I'm consuming a WSDL from a Webservice where after login and after each XML compliant request returned below I get the following tags in the Soap head <Sequencia> 1 </ Sequencia> <SessionId> 4b4uc253653...
asked by 13.11.2015 / 16:36
0
answers

Get XML image inside Namespace

Hello, I've been trying for some days, but with no success, just get the url of the xml image below with javascript , XML this feed de noticias , to list in another area the newest posts. <media:content url="http:/...
asked by 06.06.2015 / 18:29
0
answers

Image link in XML

What I need: Use an image contained in a link published on the internet. Apply a URL located inside my bank. <xsl:for-each select="/Msg/Props/"> <table> <tr> <td align="center" valign="top" width="200">...
asked by 27.05.2015 / 16:49
1
answer

Return to line TEXT SVG

I'm creating a text svg dynamically, and I want to return the middle line of the two variants when I print. I tried the "\ n" and the "br" but it does not make me. var text_h_fin = document.createElementNS("http://www.w3.org/2000/svg", "text")...
asked by 23.05.2015 / 20:03