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
Add XMLSupToXrefPipe to convert numeric sup elements to xref
- Implements transformation of <sup> elements with numeric content to <xref>
when they represent bibliographic references (bibr) or footnotes (fn)
- Analyzes sup elements to identify numeric references
- Extracts numeric labels from ref and fn elements for comparison
- Includes helper method to extract numeric labels from mixed-citation
- Prevents duplication by checking existing xref elements
- Prioritizes bibr over fn when ambiguous, maintains sup when uncertain
- Added pipe to XML processing pipeline
0 commit comments