Closed douglm closed 1 year ago
Thank you @douglm for raising this!
@opoudjis could you help review the aside
situation?
@CAMOBAP could you please help check the issue with Homebrew?
I've made a few updates to the draft and reran and the problem seems to have disappeared. I did remove one of the NOTEs
On 2/19/23 23:35, Ronald Tse wrote:
Thank you @douglm https://github.com/douglm for raising this!
@opoudjis https://github.com/opoudjis could you help review the |aside| situation?
@CAMOBAP https://github.com/CAMOBAP could you please help check the issue with Homebrew?
— Reply to this email directly, view it on GitHub https://github.com/metanorma/metanorma-ietf/issues/182#issuecomment-1436318785, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAW2MBWVKUEOJ6WPYI3V5ATWYLYCPANCNFSM6AAAAAAVASDDHI. You are receiving this because you were mentioned.Message ID: @.***>
@ronaldtse @douglm metanorma version looks really old, I investigating right now why brew upgrade
doesn't work
As workaround I can suggest try brew uninstall metanorma && brew install metanorma/metanorma/metanorma
Update
https://github.com/metanorma/homebrew-metanorma/issues/84#issuecomment-1436968179
It looks like auto-update is broken for our formula, it hard to say why this may happens. there are possible workarounds for this:
brew tap --force-auto-update metanorma/metanorma && brew upgrade metanorma
orbrew update && brew upgrade metanorma
orbrew uninstall metanorma && brew install metanorma/metanorma/metanorma
This is a XML RFC v3 schema restriction that I cannot say I welcome.
aside
in XML RFC v3 for notes: aside
is "is a container for content that is semantically less important or tangential to the content that surrounds it." https://datatracker.ietf.org/doc/html/rfc7991#section-2.6 On the other hand, XML RFC v3 note
is restricted to a single note after the abstract, giving information to reviewers: https://datatracker.ietf.org/doc/html/rfc7991#section-2.33aside
inside of dd
and section
(which means that what was reported as an error in your version of xml2rfc, /rfc/middle/section[10]/section[4]/dl/dd[1]/aside, is now correct. (It was not in the original XML2RFC in RFC 7991.)aside
is severely restricted in where it can occur in XML2RFC.aside
back to a t
paragraph with "NOTE:" unless it is at the top level of a clause: I will not allow aside
inside of different type of block, such as a tableIn fact, I already have code moving asides to after blocks they are embedded with; it was only applied to t figure table. I'm going to generalise that to everything but section.
Trying to build (locally on my mac) the spec here:
https://github.com/CalConnect/PUBLIC_DRAFTS/tree/master/ical-tasks
Failed with the messages:
There is an
<aside>
element at line 344 - it seems every NOTE: generates an<aside>
elementTried a
brew upgrade metanorma
and it told me
Edited the xml and removed all the
<aside>
elements. xml2rfc accepted that.