Questions tagged as 'xml'

1
answer

Include nameSpace Default in XML

Sirs, good morning, I am generating an XML from the serialization of a class.cs (schema) and in the output is created the xml (first example) . This will be exported to an external system, but asked to leave the XML equal to (second ex...
asked by 12.11.2015 / 14:33
1
answer

How do I create a javascript function to filter audio rss (podcast) for a project?

I have a question about how to create a function where I can filter audio (.mp3), with a maximum of 5 audios in the feed. And audio title from the RSS feed of the CBN podcast: link Well, in this case I managed to put the href, but I have...
asked by 01.09.2015 / 21:35
1
answer

How to insert a node of type CDATA in xml generated by Cake PHP

With the code below I correctly generate XML in CakePHP , but I need some nodes to have another node of type CDATA. Example: <![CDATA[ Buscape Teste ]]> But I do not know what parameter I have to get it to do it....
asked by 19.08.2015 / 21:49
1
answer

JSF does not find resource [closed]

Good morning. I am not able to display a screen because it is said that a certain feature is missing that is not quoted through the console and the error screen. Can someone give me some help? xhtml <?xml version="1.0" encoding="ISO-8...
asked by 10.09.2015 / 13:39
1
answer

How to get data from a specific field in an XML using LINQ VB.net/C#

I have the following xml: <det nItem="1"> <prod> <cProd>01554</cProd> <xProd>La Aslan Velour 0001 </xProd> <NCM>55111000</NCM> <CFOP>5102</CFOP>...
asked by 17.07.2015 / 17:25
1
answer

How to use the Reference in an XML signature?

Questions about System.Security.Cryptography.Xml.Reference : What exactly is it for? How should I use the Reference? What to assign to it? Do I need to use this in the signature of an XML Pq? And how to use? What to do here?...
asked by 02.04.2015 / 14:24
1
answer

How do I run a command on Android by touching the screen or swiping my finger on the screen?

How to run a command on Android by tapping the screen or swiping the finger if someone can help me     
asked by 12.05.2015 / 21:56
2
answers

How can I put an element next to the other?

I want to put atendenteBalaoProdutoValor on the side of atendenteBalaoProdutoNome and atendenteBalaoProduto2 below atendenteBalaoProdutoNome . For this, I've tried this: Attendant.xml <?xml version="1.0" enco...
asked by 15.05.2015 / 15:59
1
answer

How to put a frame or space between EditText's?

I have 3 EditText 's in a layout that the weights are distributed between them, but when I go deep with a color, it gives the impression that it is one, would it have a method to edit better or put a margin? / p> <LinearLayout...
asked by 06.04.2015 / 14:29
1
answer

PHP Change text in OpenOffice xml with XMLReader and XMLWriter

I need to change the content of the tags in an openoffice document and copy the rest of the contents of the document. The problem is not in finding the tag and replacing its contents, but in copying the parent tags and their attributes correctly...
asked by 11.03.2015 / 18:37