Arnaud Guyon

Results 37 comments of Arnaud Guyon

Hello, at the moment the touch events are only 2D screen positions. This is planned to convert 2D 3D position, but I can't tell you when it will be available....

Hello dhemdhem, simply set the clickable attribute of your SmartGLView to true. android:clickable="true" I should add this in the documentation... Arnaud

hello Lucas @L4grange and Valentyn @javadev ! thanks for using XmlToJson :) the bom characters are a little obscure to me, and this seem to be a very specific problem....

Some entry points about BOM characters: https://stackoverflow.com/questions/1772321/what-is-xml-bom-and-how-do-i-detect-it https://stackoverflow.com/questions/499010/java-how-to-determine-the-correct-charset-encoding-of-a-stream/499033#499033 https://docs.oracle.com/javase/7/docs/api/java/io/InputStreamReader.html#getEncoding%28%29 https://www.xponentsoftware.com/articles/Byte_order_mark.aspx Is it possible for one of you to attach to this issue a XML file containing BOM characters?

It seems there is a generic solution using Apache BOMInputStream. I gave it some try, but no success so far and not much time to try. https://commons.apache.org/proper/commons-io/javadocs/api-2.5/org/apache/commons/io/input/BOMInputStream.html https://commons.apache.org/proper/commons-io/ tested things...

Hello and sorry for the delay, I've been very busy these days. Could you please attach an example file for the XML, because when I copy paste your example everything...

Hi @L4grange . Sorry I did not answer your message :/ I still cannot see the problem, the generated JSON file seems ok (but is 2700 lines...): [api.json.zip](https://github.com/smart-fun/XmlToJson/files/6052441/api.json.zip) If you...

hi! could you please attach the XML file you tried so that I can have a look? thanks!

Hi, in xml format there must be 1 root element containing all the others. For example a at the top of the file and at the bottom. Otherwise the xml...