↧
Answer by imaginabit for Simple-XML parse RSS feed with 2 that is declared twice
I have a similar problem with the category elements I create a new class like this: @Root(name = "category", strict = false) class Category { @Text public String text; } and it works...
View ArticleSimple-XML parse RSS feed with 2 that is declared twice
Im trying to parse a RSS feed with simple-XML that contains an Element that is declared twice in the XML. In there is a element that is declared with a namespace and without a namespace. I cant seem...
View Article