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
including P_MAX_TEXT_LENGTH, but integrating that would be tricky.
So one possibility would be documentation.
In theory it'd be possible to -- with quite a bit of work -- change handling to avoid automatic text coalescing, which would usually make Stax implementation return text segments in smaller chunks. But that seems like a lot of work for questionable benefit. Plus it'd work at sort of wrong level too (in XML token stream, before becoming values).
So perhaps it may be necessary to just document which format backends do support StreamReadConstraints, in README.md of this and other dataformat repos.
The text was updated successfully, but these errors were encountered: