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
The most recent generateDS PAGE-XML model now contains validation of type restrictions, which is laudable. But these messages are aggregated in a way which makes diagnosing just where the error came from impossible.
Note that this does not only happen during validation, but normal processing too.
IMO what needs to be done is provide a custom GdsCollector class which controls how and when messages are going to be printed. Our own implementation can then take care of:
showing the page_id, file ID and fileGrp (if necessary)
using the proper logging mechanism
maybe stopping processing (by raising an exception)
The text was updated successfully, but these errors were encountered:
The most recent generateDS PAGE-XML model now contains validation of type restrictions, which is laudable. But these messages are aggregated in a way which makes diagnosing just where the error came from impossible.
Example:
Note that this does not only happen during validation, but normal processing too.
IMO what needs to be done is provide a custom
GdsCollector
class which controls how and when messages are going to be printed. Our own implementation can then take care of:The text was updated successfully, but these errors were encountered: