Extraneous space in eref within annotation in text output for longer URLs · Issue #1230 · ietf-tools/xml2rfc · GitHub
More Web Proxy on the site http://driver.im/
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
This seems like the same issue as #1101 but for longer URLs.
This issue in only affecting text format.
Sample XML:
<referenceanchor="C"target="https://www.iso.org/standard/82075.html">
<front>
<title>Information technology - Programming languages - C</title>
<author>
<organization>International Organization for Standardization</organization>
</author>
<dateyear="2024"month="October"/>
</front>
<seriesInfoname="ISO/IEC"value="9899:2024"/>
<annotation>Technically equivalent specification text is available at <ereftarget="https://web.archive.org/web/20250212071536/https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf"brackets="angle"/>.</annotation>
<refcontent>Fourth Edition</refcontent>
</reference>
This generates:
[C] International Organization for Standardization,
"Information technology - Programming languages - C",
Fourth Edition, ISO/IEC 9899:2024, October 2024,
<https://www.iso.org/standard/82075.html>. Technically
equivalent specification text is available at
<https://web.archive.org/web/20250212071536/
https://www.open- std.org/jtc1/sc22/wg14/www/docs/
n3220.pdf>.
kesara
changed the title
Extraneous space in eref within annotation in text output for long URL
Extraneous space in eref within annotation in text output for longer URLs
Mar 6, 2025
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue
This seems like the same issue as #1101 but for longer URLs.
This issue in only affecting text format.
Sample XML:
This generates:
Test files: xml, text, html, pdf
Code of Conduct
The text was updated successfully, but these errors were encountered: