Questions tagged as 'sax'

1
answer

How can I parse an XML String?

I am doing an application on Android, my error is as follows, from the Application, I send a parameter to a query, from a php, within this php, when it makes the query, it generates a response in a way structuring an XML. (I enclose the php so y...
asked by 19.04.2017 / 19:17
0
answers

Error in Web Service consumption (org.xml.sax.SAXParseException)

Some idea of how to correct the error:    (org.xml.sax.SAXParseException) org.xml.sax.SAXParseException;   lineNumber: 1; columnNumber: 1; The content is not allowed in the   prologue When I try to consume a web service, on line 3 of the...
asked by 23.08.2017 / 19:25
1
answer

java.io.IOException: Could not open

These are the errors that happen to me and what I do, a reader and I try to pass it to a parsing, what I do is send a data and return the string in XML and thus pass it in Sax. <?php $link = mysqli_connect("mysql.hostinger.es", "u12608...
asked by 18.04.2017 / 18:11
1
answer

Switch from XML or XSD to Java class? [closed]

Good! I need to pass an 'XSD' document, or XML to java classes and vice versa, it has to be using SAX, does anyone know how?     
asked by 04.10.2017 / 18:39