You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some XML documents have a flexible ordering that streaming XML parsers do not understand. This was recently seen when parsing S3 ListBuckets responses in apache/jclouds#103. Note that other documents, for example XHTML, have a meaningful order so this should not be a default option. @timuralp