Questions tagged as 'xml'

0
answers

Include internal pages in Google search

I have a website, and I would like it when the name of this site was searched on Google, it would also show the internal pages below, as it happens on some institutional websites. I was researching this, and I saw that you'll need to make cha...
asked by 11.04.2018 / 21:21
1
answer

And in what context can the use of JSON be advantageous in relation to the use of XML (in web applications)? [duplicate]

I have this question in a test simulation. Aside from Json's ease of writing, and being well object oriented, what could be the advantages? The topic: Why and when using XML instead of JSON? It did not help because I need more information...
asked by 21.04.2018 / 16:11
1
answer

C # XML digital signature, ill-formed reference element

I have a c # code that generates an xml with the digital signature, but when calling the function signedXml.ComputeSignature() it shows the following error:    Malformed Reference Element. However, I searched for this error and...
asked by 09.04.2018 / 20:34
0
answers

Store a List attribute in an XML of an object with JABX

I'm using JABX to serialize (or "marshalize") objects into xml files. However, the JABX does not store the List attribute contents of the serialized objects. Only the name of the List appears in the XML, but not its contents. Look at the obje...
asked by 08.04.2018 / 20:37
0
answers

Shape Android Studio

I have a question, would it be possible to create a shape in android studio like this one from the template?     
asked by 27.03.2018 / 20:10
0
answers

Traversing an object array in php using the foreach

I'm having trouble displaying the information in a simple table in html, I'm trying everything, the php code is this: <?php $header = true; echo '<html><body><table><meta http-equiv="Content-Type" content="text/html";...
asked by 04.04.2018 / 16:29
0
answers

Reverse Geocoding summarizing cities and states

Does anyone know how the return of this XML is coming with the city and state abbreviations instead of full return? $xml=newSimpleXMLElement($Url,0,true);$rua=(string)$xml->addressparts->road;$cidade=(string)$xml->addressparts->c...
asked by 09.03.2018 / 18:06
0
answers

Creating Web Services (Soap / XML) Delphi

I'm trying to create a web service (SOAP) in Delphi that returns the sum of 2 numbers. But when I create the .exe and I set up the virtual directory folder to run it I get this image As a beginner in Delphi I can not detect the error. u...
asked by 09.03.2018 / 18:09
0
answers

How to apply an XSL transformation to XML?

I'm developing XSLT for XML in my hands, which makes encoding costly. Is there any tool that is ide / site / plugin to apply an xslt transformation to an xml? XML <?xml version="1.0" encoding="utf-8" ?> <Produtos> <produ...
asked by 07.03.2018 / 14:22
0
answers

Is there any shortcut to indenting XML in Sublime 3?

I'm developing XML in Sublime. But I did not find a shortcut to id to indent the code. Code sample <ans:mensagemTISS xmlns="http://www.ans.gov.br/padroes/tiss/schemas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ans="ht...
asked by 07.03.2018 / 14:09