Questions tagged as 'xml'

1
answer

TextView does not appear for some reason

I would like to do something like this in XML: I'vetriedwithLinearLayoutbutI'mnotgettingit.<?xmlversion="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas....
asked by 31.07.2017 / 04:22
1
answer

C # Error - XML Serialization

I encountered this error when trying to load an XML file through three scripts: one called Item, another ItemCollection, and the script to load the XML file. Item: using System.Collections; using System.Collections.Generic; using System.Xml...
asked by 09.07.2017 / 17:19
0
answers

Blogger posts in horizontal sliding

I'm new here and I want some help with Blogger, I can not solve a problem that I'm trying for days, and if there is not a way I'll give it up. I do not know how to program right, but I'm trying to put Blogger posts in horizontal sliding for both...
asked by 10.07.2017 / 17:19
0
answers

Tomcat is configured by Eclipse to go up on port 8085 but only opens on 8080

When I set up Tomcat in eclipse it gave me the error saying that the standard ports (8005,8080,8009) were busy, I changed the ports and I ran the program, but in Google Chrome when I put localhost: 8080 it opens even though it is not configured...
asked by 23.07.2017 / 09:20
1
answer

Doubts with XML Mapping

I have a XML file as below and I have some questions about how to map it to deserialize. I'm using C# . <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ListaDeclaracoes> <declaracaoImportacao>...
asked by 10.07.2017 / 15:30
1
answer

Read complex XML with asp to embed BD

My main problem is that XML is not uniform, it does not always have the same nodes sequence. It is a huge XML, with 600mil lines per day, basically the structure is always the same up to a certain level of node descentes. Until the Item Code...
asked by 31.08.2017 / 18:04
0
answers

How to make a form and when the person registers me appear the records of the person and how to associate the two files?

IhavethisdesignalreadydoneandmyproblemisinrelatingthefilesandinthephpfilebecauseIdonotknowifitisoktowritetoxmlandalsodonotknowafterwardshowtoopenandsave <!doctype html> <html> <head> <title> Formulário </ti...
asked by 28.06.2017 / 11:49
0
answers

How to Generate XML from Two Note Types and Hierarchically Note Items

Person would like to create the XML of two tables Imagine an example below CREATE TABLE T_PARENT (ID NUMBER,                        TOTAL_VALUE NUMBER,                        LOCAL_OPERATION VARCHAR2 (100),                        AGENT_OPERAT...
asked by 22.06.2017 / 16:32
0
answers

Problems with deserializing XML

I have the following code: public T LerXml<T>(string pArquivoXML) { byte[] xmlBytes = Encoding.UTF8.GetBytes(pArquivoXML); Stream xmlStream = new MemoryStream(xmlBytes); using (var stream = new System.IO.StreamReader(xmlStre...
asked by 13.06.2017 / 15:24
1
answer

Sitemap.php for Sitemap.xml

Can anyone help me? I made a "sitemap.php" file all ok, only I want it to be accessible in "sitemap.xml" too. My .htaccess; <IfModule mod_rewrite.c> DirectoryIndex index.php RewriteEngine on RewriteCond $1 !^(index\.php|im...
asked by 24.06.2017 / 18:02