Questions tagged as 'xml'

1
answer

Transform XML contained in a string into json

Hello, I need to transform an XML contained in a string into json Object. How do I do that? I've tried some native PHP functions without success. <?xml version="1.0" encoding="UTF-8"?> <UDSObjectList> <UDSObject> <Handle&g...
asked by 28.05.2015 / 18:42
3
answers

XmlDocument Exception: hexadecimal value 0x1a, is an invalid character

I have a project that reads an XML generated by another program in which I do not have access to the source code. The problem is that the generated XML comes with a special character at the end, and when I try to read XML the exception is thro...
asked by 11.02.2014 / 11:26
2
answers

How do I read an XML with HTML markup

I have an XML where inside it has a complete table. How do I read this XML and already print this Table structure in html? I'm working on PHP XML <document page-count="1"> <page number="1"> <table data-filename...
asked by 05.10.2018 / 05:49
2
answers

XML for DataTable

I've been researching how to pass the data contained in an XML to a DataTable and found the following response . Doubt: In doing this, is the theDataSet.ReadXml(theReader); method able to identify the data types in XML? Or w...
asked by 01.03.2017 / 15:14
1
answer

Get data return xml

I'm trying to return the data from this xml: <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <GerarNfseResposta xmlns="http://www.betha.com.br/e-nota-contribuinte-ws"> <ListaMensagemRetorno> <Mensa...
asked by 18.12.2018 / 13:48
3
answers

How to identify in the code the method or command to display a list of data in NavigationView?

I found this code in hithub on an embroidery viewer follows the project link , I tried to search this app where method or command is invoked to display this list of data follows screen prints to exemplify.   I would like to know w...
asked by 22.05.2018 / 19:25
1
answer

XML printing object (SimpleXMLElement) # 1 (0) {}

How to transform a xml into a array or object? I make a request that returns me the following xml : xmlteste.xml <?xml version="1.0" encoding="utf-8"?> <DataSet xmlns="https://www.twwwireless.com.br/reluzca...
asked by 05.02.2018 / 13:50
1
answer

ERROR: android.view.InflateException: Binary XML file line # 0: Error inflating class TextView

Using LayoutInflater with this XML gives the following error: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:...
asked by 17.02.2018 / 13:01
1
answer

Error creating XML with XmlWriter

I need to create an XML, but when I try to create 2 elements of the error, how do I generate 1 XML with two elements? follow my code class Program { static void Main(string[] args) { using (XmlWriter writer = XmlWriter.Create(...
asked by 20.08.2018 / 21:20
1
answer

How to convert XSLT to an XSD?

It has two files one xslt and I need one xsd. is it possible to convert / convert xslt to xsd?     
asked by 20.04.2018 / 19:43