Skip to content
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

xml2rfc adding a space after the slash and hyphen characters in the name attribute #1126

Closed
1 task done
mferguson-rpc opened this issue May 20, 2024 · 2 comments
Closed
1 task done
Labels
bug Something isn't working

Comments

@mferguson-rpc
Copy link

Describe the issue

We are getting added space following the hyphen and slash characters in the name attribute (not line-break related). We are using &wj; as a workaround. Examples below:

In RFC 9244 (Figure 48):

Input:
<name>GET Request to Receive Asynchronous Notifications Filtered Using Uri-Query</name>

Output:
Figure 48: GET Request to Receive Asynchronous Notifications Filtered Using Uri- Query

In RFC 9486 (Figure 1):

Input:
<name>IPv6 Hop-by-Hop and Destination Option Format for Carrying IOAM Data-Fields</name>

Output:
Figure 1: IPv6 Hop-by-Hop and Destination Option Format for Carrying IOAM Data- Fields

In draft-ietf-alto-new-transport-22 (Figure 6):

Input:
<name>Example of an ALTO Server Supporting the ALTO Base Protocol, ALTO/SSE, and ALTO TIPS</name>

Output:
Figure 6: Example of an ALTO Server Supporting the ALTO Base Protocol, ALTO/ SSE, and ALTO TIPS

Code of Conduct

@mferguson-rpc mferguson-rpc added the bug Something isn't working label May 20, 2024
@kesara
Copy link
Member

kesara commented May 20, 2024

Seems like a duplicate of #961?

@mferguson-rpc
Copy link
Author

Yes - just adding the slash character I guess. Sorry for the noise!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants