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

oxtradoc needs to handle xml2rfc v2 restrictions #30

Open
philshafer opened this issue Jun 19, 2015 · 0 comments
Open

oxtradoc needs to handle xml2rfc v2 restrictions #30

philshafer opened this issue Jun 19, 2015 · 0 comments

Comments

@philshafer
Copy link
Contributor

As a general comment, oxtradoc needs to handle xml2rfc v2 restrictions. V2 was rewritten in python and is much nicer, but enforces restrictions that V1 did not.

anchors can't start with numeric

Andy Bierman writes:

draft-ietf-netconf-restconf-06.xml: Line 4849: Syntax of value for
attribute anchor of section is not valid

That line is:

So the xml2rfc-v2 doesn't like anchor identifiers that start
with numbers. Adding a leading "x" makes it work. I'll fix
oxtradoc to stop auto-generating these when the title starts
with a digit. The work-around is to add a manual anchor, like:

** 04 - 05 @D05@

tabs must be expanded

WARNING: Text around line 2588 contains tab characters. These will be expanded, assuming
a tab-size of 8.

A zillion of these can wreck your day. oxtradoc should expand tabs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant