Large object marshalling using JAXB loses characters
I'm using the JavaAPIForKml to generat开发者_运维问答e large KML objects and marshal them to a file.
When the output reaches a certain size I end up losing an angle bracket (<
). It seems like there's a buffer that's being used and a bug is causing the character to be dropped.
Has anyone seen this or know how to fix it?
It looks like the KML that was generated was completely valid. I was using Chrome in view-source mode, it seems that a bug in Chrome was dropping characters.
精彩评论