Questions tagged as 'xml'

2
answers

Is it possible to build a pure HTML registration?

I need to create a registry with name and description in HTML, or PHP, that does not make use of a database but I do not know if it is possible. Something that I could save the records to file and also upload them back to the form. The pag...
asked by 02.11.2014 / 16:31
2
answers

C # - Problems reading data from an XML returned from a site

I want to get the location of an external IP and for that I used a site where I simply put the IP that I want and it returns the XML with the information. Example: freegeoip.net/xml/4.2.2.2 that is: freegeoip.net/[tipo]/[ip] For thi...
asked by 18.10.2016 / 14:54
1
answer

Generate HASH of XML content in SQL

Is there a way to generate hash of a XML beyond the master.sys.fn_repl_hash_binary function? Currently this is my implementation, but I do not know if it is the only way to do it. --Preparação do ambiente CREATE TABLE [...
asked by 20.05.2016 / 19:51
2
answers

Reapping string in XML

Eg: <?xml version="1.0" encoding="utf-8"?> <resources> <string name="primeiro_nome">Bigown</string> <string name="nome_completo">{primeiro nome} Silva</string> </resources> Is it possible to r...
asked by 27.07.2015 / 04:08
1
answer

Encrypt XML with TJMG public key

I need to encrypt this XML <?xml version="1.0" encoding="utf-8"?><Selos> <CodigoServentia>0000000099</CodigoServentia><Selo><CodigoSequencialUnico>ABC00005</CodigoSequencialUnico><CodigoDeSeguran...
asked by 05.05.2015 / 00:30
2
answers

Validate xml file before updating database

I have a file upload system that when sending the xml file it sends the inserts and updates to the database, but if I send a file with the different structure I get errors. I have already found some solutions using DTD and # How can I ensu...
asked by 11.03.2015 / 03:43
1
answer

How to remove this automatic slide from blog posts?

BLOG: link I want to take this slide out of the posts, but if I remove some tag from the scripts, related to the slide images, all the photos are gone ... I reduced the blog as much as I could and all the javascripts present when they were...
asked by 24.03.2016 / 13:43
0
answers

Post Office - XML PLP

In the post office web service there is a process of sending plp (pre-mailing list), which contains information on postal objects. I'm sending this plp by fechaPlpVariosServicos method. But when the client goes to the agency, this plp giv...
asked by 06.04.2016 / 16:10
2
answers

My layout does not render [closed]

I was watching and copying a code from the first Material Design class of Thiengo Calopsita from youtube , it turns out that the xml activity_main and toolbar_bottom is not rendering in Android Studio , according to the erro...
asked by 20.06.2015 / 16:18
1
answer

XML duplicating the results reading

I have a XML : <paises> <pais> <nome-pais>África do Sul</nome-pais> <consulados> <consulado> <nome-consulado>Consulado da República da África do Sul</nome-c...
asked by 29.04.2014 / 17:02