-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
found 2 bugs #112
Comments
|
Thank you very much!
I still have a another question, that is whether or not we can parse the item with html tag in it, for example: |
I have signing keys, so they are not lost. I jsut have too many signing
keys from different organization and I didnt managed to configure maven
properly to use Tickaroos signing keys. I think I will move this project to
gradle as it's easier to configure (at least in my environment) ...
Will do that next week.
SeekMyCosmic <[email protected]> schrieb am So., 28. Okt. 2018,
01:11:
… Thank you very much!
1. It's a good news, and I hope new version will be relesed soon.
2. I saw the #72 <#72> and
exceptionOnUnreadXml(false) really solved my problem.
To some point of view, exceptionOnUnreadXml is a very good choice
because we can check our code in debug stage.
I still have a another question, that is whether or not we can parse the
item with html tag in it, for example:
<description> A nice kind of flowers, <br> Please see the
link...</description>
It's commonly that we will meet exception when we parse it abover, but my
question is that we ONLY
just concerned about how to parse the file according to the annotation,
instead of throwing an exception because the syntax is not our focus.
So is there a function switch, similar to exceptionOnUnreadXml(), when we
set it as FALSE, we can ignore all Html TAGs in . I often encounter such
xml files with a lot of Html Tags. My current choice is to add CDDATA
myself.
Thanks again.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#112 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjnrhwfuLdzf1aTj_OwMLeRaSpRT9rhks5upOgUgaJpZM4X9N7s>
.
|
There isn't switch for that, unfortunately, but interesting use case. |
Thanks! |
It should work, therefore closing this (See latest SNAPSHOT and also include utf8 bom support. |
First, thanks for your work ,it's great!
Second, there are 2 bugs found these days:
If i want to parse utf-8 with bom xml file, I have to remove the bom whose bytes are EF BB BF.
After model class is fixed, if xml add new ..., tikxml will not parse it and throw an exception ,and my app will crash. I think tikxml just parse what model class has and give Some Detail Log Infomation without throwing an exception. You know the server-end is likely to change xml file without any notification at any time, so it's very dangerous.
Hope to correct the bugs as soon as quickly.
And I hope you can post your work at https://github.com/square/retrofit/tree/master/retrofit-converters, and I think many people will like it.
Thanks a lot!
The text was updated successfully, but these errors were encountered: