-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requirement component part class not working correctly #243
Comments
In addition, in regard to Conformance Classes, there are cases where the order of the field is not what expected. For example:
Note that Target Type field resulted in the last row.
Not sure if it's relevant though. |
Another issue occurs when single quotes are used inside inherit field:
If I change the |
Error in my sample markup: An open block must be notated with |
The metadata fields are being extracted in a fixed order, since I'm building the table out of source XML. I think we can treat that as a feature, not a bug:
It would be hard, though not impossible, to respect the order in which attributes are entered in the source, but I do think we should impose consistency going forward. |
Quotes are going to cause mischief within attributes at the best of times. I suggest you start using the metadata definition list workaround, it will be much more readable and less fragile:
I'd forgotten to check this functionality in with release; doing hotfix now. |
In relation to #242 and metanorma/ogcapi-processes#1
Requirement Component block is being ignored.
Markup sample:
Output:
The text was updated successfully, but these errors were encountered: