Questions tagged as 'xml'

1
answer

How to create a slideview cardview (similar to Nubank)? [closed]

I'm trying to make a layout similar to cardview of the main screen of nubank, however, I'm not able to find reference to base myself. What I'm having trouble finding, is like leaving cardview with these "dots". Can anyone point me...
asked by 10.11.2018 / 12:45
1
answer

Read xml with XStream

I have an exercise on reading xml in java. My teacher indicated using the XStream library and I can not. I read about the documentation but could not identify the problem.  I have Transaction class with all variables and its gets and sets. I use...
asked by 12.10.2018 / 20:54
1
answer

Serialize XML by treating special characters

I generate an XML from Nfse, however I need to treat the special characters, eg: ´^~Ç etc, I will serialize it this way: StringWriter sw = new StringWriter(); XmlTextWriter tw = new XmlTextWriter(sw); XmlSerializerNamespaces xsn = new X...
asked by 07.12.2018 / 19:09
2
answers

Extract child tags from an XML

I'm consuming a recipe server and it returns me an XML like: <retDistDFeInt xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" versao="1.01" xmlns="http://www.portalfiscal.inf.br/nfe"> &l...
asked by 10.10.2018 / 19:59
2
answers

Doubts on XML manipulation by PHP

Good afternoon, guys. I have an Electronic Invoice XML where there are several TAGs and SUBTAGs related to the products. I created a " Foreach " to scan all products where the <CEST> tag is empty. Previously, the empty tag...
asked by 31.08.2018 / 23:11
1
answer

Reading Java XML

I'm trying to read an XML in Java to get data from an NF-e. I tried this way to try to get only the product code to test more without success: public void testeaa(String xml) throws DocumentException { Document document = getDocumento...
asked by 31.08.2018 / 22:31
1
answer

PROBLEM with parent TAG in VBS

Are people ... all right? I have a problem here very similar to one I had yesterday, I have a VBS script that caters me well, it basically reads the XML, takes the date inside the XML and renames the file with that date ... Now I need it to re...
asked by 09.08.2018 / 22:26
1
answer

How does it work to dynamically put content making an Android application natively?

I'm seeing a bit of mobile development (Android), and I saw that the design is done using XML, and from what I've seen, it seems to have no loop tag, to repeat similar structures, and generate some content from dynamic form. How would you do...
asked by 06.09.2018 / 21:11
1
answer

JavaScript generating characters that are not present

The code below is in XML and is a form that is being used for convenience generating code HTML , everything typed in input will be sent to textarea already with HTML through javascript The checkbox is scr...
asked by 25.06.2018 / 20:00
1
answer

Insert XML into MySQL table [closed]

I have an xml with the name of some movies, I want it when I press a button in html the names are inserted into a table in the database. I made the connection to php using ajax. The problem is that when I do the insertion, the first title is ski...
asked by 15.04.2018 / 19:43