Christoph Beck
Christoph Beck
You have an attribute after a child element. Put `"@id":"0x"` before `"author"`. Once you have written element content (child or text) you cannot write an attribute.
Hi! `RALPH` _is_ an enum. Please use something like `${actor2.toString() == 'HOMER'}`.
Using `name()` is better than `toString()` of course. Whether it _should_ work is a good question. And to be honest, it probably should...
Hi, thanks for your contribution! From a first quick look I"m asking myself why `JsonXMLStreamReader` uses `writeXmlNil` and `JsonXMLStreamWriter` uses `readXmlNil`. I would have expected it the other way round......
Did you try jackson or staxon's built-in json support instead of gson?
Okay thanks. Will have to investigate this...
The problem is, that the event reader passes whitespace as character event to the writer. I'm not sure how to fix this without unwanted side effects (ignoring whitespace when I...
However, returning `null` is correct according to the StAX spec because there is no XML declaration.
There is currently no way to handle this, i.e. there is no `null` in XML. There is a pull request to support the `xsi:nil` attribute, see https://github.com/beckchr/staxon/pull/27. However, this needs...
Don‘t get your problem. Yylex is in the same package, isn‘t it?