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
In order to support schema.org, we need to add a json parser in addition to the XML parser.
It looks like we need to modify XMLDialect:runCheck() so that if the selector looks like jq, use that, otherwise use the existing selectPath . We'll also need to modify the way the class is instantiated so that it correctly identifiers the format of the metadata document InputStream.
The text was updated successfully, but these errors were encountered:
In order to support schema.org, we need to add a json parser in addition to the XML parser.
It looks like we need to modify
XMLDialect:runCheck()
so that if the selector looks like jq, use that, otherwise use the existingselectPath
. We'll also need to modify the way the class is instantiated so that it correctly identifiers the format of the metadata documentInputStream
.The text was updated successfully, but these errors were encountered: