Questions tagged as 'xml'

0
answers

How to convert String to Bytes array and vice versa?

I need to send an XML via post, but according to the service documentation, it is necessary to send the data "in bytes". So, I have the XML in question within a TStringList. How to turn it into an array of bytes? Any idea? Thanks for any help, h...
asked by 29.10.2014 / 18:23
0
answers

How to read the specifications of a Web Service REST [closed]

Hi, I need to create a project with consists of consuming a web service REST, where consuming this web service I need to generate an XML with the information / specifications of it, what are your methods, method return types, method parameter...
asked by 27.10.2014 / 19:57
0
answers

How to change the position of a Default Sharepoint 2013 Ribbon

I'm trying to change the position of the Default Ribbon Attach File to a group I created in the "Edit" tab of a list, but I can just hide it by adding that line of code to my Element.xml <CommandUIDefinition Location="Ribbon.ListForm.Edit.A...
asked by 18.12.2014 / 13:57
0
answers

How to parse XML with namespace and prefix in PHP using SimpleXML?

The data.xml file: <?xml version="1.0" encoding="utf-8" ?> <rsp status="ok"> <ArrayOfContact xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Contact> <...
asked by 07.07.2015 / 23:23
1
answer

How to restrict the XSD of the SAML 2.0 Authentication Context

I'm trying to restrict the Authentication Context XML Schema Definition of the SAML 2.0 specification. The XSD document is available at here . The part I'm trying to restrict is one related to this part of the original XSD:...
asked by 17.02.2014 / 22:01
1
answer

How to make button blink on Android. [closed]

Hello, I would like to make a button ( Button ) flash on Android.     
asked by 29.01.2015 / 15:11
2
answers

background image of android screen

Good afternoon!    I'm trying to put a background image of the login screen of my application, this image was downloaded from the unsplash website, and when I put it in the background property of my layout the following error is displayed:...
asked by 17.05.2018 / 22:36
1
answer

Reading XML with Equal Tag (Nodes)

How can I read an XML file via VBScript where the file has 2 main Nodes as the following example: XML file: <?xml version="1.0" encoding="utf-8"?> <!-- Primeiro details --> <details> <title>aaaaaaaaa</title>...
asked by 20.05.2015 / 17:22
0
answers

Parsing an XML and their respective XSD

I need to parse a WADL manually and create an XML specification that I have here. Example: - > File YahooSearch.wadl [...] <application * xmlns:yn="urn:yahoo:yn" * > <grammars> <include href="NewsSearc...
asked by 04.11.2014 / 19:00
1
answer

Error when ordering with PagSeguro API

When I try to create the payment, I get the following error. I'm using the following package: link    Additional information: For security reasons, the DTD is prohibited   in this XML document. To enable processing of the DTD, set the   Dtd...
asked by 05.11.2014 / 23:59