Commands Used by the RPC Last updated: 2021-03-19 "BEFORE" is the command in use currently. "AFTER" assumes a change to --id-base-url="https://datatracker.ietf.org/doc/html/" //// generate HTML // BEFORE xml2rfc --v3 --html --id-reference-base-url="https://tools.ietf.org/html/" --rfc-reference-base-url="https://www.rfc-editor.org/rfc/" --id-is-work-in-progress --metadata-js-url="https://www.rfc-editor.org/js/metadata.min.js" $1 // AFTER xml2rfc --v3 --html --id-base-url="https://datatracker.ietf.org/doc/html/" --rfc-reference-base-url="https://www.rfc-editor.org/rfc/" --id-is-work-in-progress --metadata-js-url="https://www.rfc-editor.org/js/metadata.min.js" $1 //// generate PDF (This is before turning it into PDF/A-3 and embedding the XML file.) // BEFORE xml2rfc --v3 --pdf --id-reference-base-url="https://tools.ietf.org/html/" --rfc-reference-base-url="https://www.rfc-editor.org/rfc/" --id-is-work-in-progress $1 // AFTER xml2rfc --v3 --pdf --id-base-url="https://datatracker.ietf.org/doc/html/" --rfc-reference-base-url="https://www.rfc-editor.org/rfc/" --id-is-work-in-progress $1 //// generate TEXT // BEFORE xml2rfc --v3 --text --bom --id-is-work-in-progress $1 // AFTER [unclear] Note: adding the option as follows xml2rfc --v3 --text --bom --id-base-url="https://datatracker.ietf.org/doc/html/" --id-is-work-in-progress $1 yields a URL of the form which seems odd because of the ".txt"