Questions tagged as 'xml'

1
answer

Convert file to XML and maintain attribute names

I am using C # , and I need to convert an XML list to an array so that it can be sent via WCF and that data can be displayed in the web client. Of the following arrangement I just need to keep Name and Url . <?xml versi...
asked by 02.01.2018 / 21:30
1
answer

Send XML to the web service of SII AEAT (PHP SOAP)

It has already been asked, but I can not find an answer ... in a call to the AEAT webservice to send invoices, how is the sending XML embedded? Does anyone have a complete example of sending invoices issued and another received? $url = 'ht...
asked by 26.06.2017 / 21:12
2
answers

Problems to validate an XML with an XSD

I have problems validating an XML document with a Schema XSD. The error you give me is the following. I have another document to validate in which I get the same error. I do not understand what I'm missing.    Error at line 19, column 25:...
asked by 22.04.2017 / 15:54
1
answer

Request to external XML files

I work in NodeJs , I started using an API for anime / manga search , but unlike other APIs that I used, it was not available in > JSON , only in XML . The format it has is the following: <?xml version="1.0" encoding="utf-8"?> <...
asked by 13.01.2017 / 00:07
1
answer

Put a bold word in an XML text

I've been looking and I've seen several solutions but they all go through something out of TextView , for example to use row separation and I use \n there is not something similar to put a single word (or several different ones) in...
asked by 11.02.2017 / 16:42
2
answers

error with mainactivity.java

Folders error and in the mainActivity also error. it indicates a class (R.) which does not allow me to access the id of an xml Then the errors:     
asked by 03.08.2017 / 05:34
1
answer

Order of the Fields in XML WCF

I rengo a case with a WCF that does not allow me to receive the data correctly when consuming it from an external tool, example (SOAP UI), I have the following DataContract : [DataContract] public class Ticket { [DataMember] publ...
asked by 30.08.2016 / 17:45
1
answer

Does not show the value of an XMl node

I am reading an xml where I need the code of the received message, for this I did in one part of the code this: string responseValue; while (reader.Read()) { if (reader.Name == "ns2:Response") { if ((reader.NodeTy...
asked by 14.11.2018 / 16:46
1
answer

Pass xml with ajax to php

Hello Good afternoon friends, see if you can help me: I have a function in jquery that creates a xml in a variable (I do not save it to disk) and that variable I want to pass it via ajax to server php and receive i...
asked by 04.05.2018 / 20:30
1
answer

Error in XSD document: "s4s-elt-invalid-content.1: The content of 'tab' is invalid."

I do not know why the validator on this page ( link ) tells me that I have the wrong XSD document. The error that gives me concretely is:    Not valid. Error - Line 5, 58: org.xml.sax.SAXParseException;   lineNumber: 5; columnNumber: 58;...
asked by 14.02.2018 / 22:23