ietf-tools / xml2rfc

Generate RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies
https://ietf-tools.github.io/xml2rfc/
BSD 3-Clause "New" or "Revised" License
69 stars 38 forks source link

`<?v3xml2rfc silence="XInclude should be used instead of PI include" ?>` does not work #1012

Open cabo opened 1 year ago

cabo commented 1 year ago

Describe the issue

<?v3xml2rfc silence="XInclude should be used instead of PI include" ?> has no effect.

https://mailarchive.ietf.org/arch/msg/xml2rfc/HV-pyFJuEDHDY_ubpdsBWvhzHM0:

XInclude / PI include retrievals happen in a very early stage in xml2rfc. At that stage warning silence process is not initiated so you cannot silence that warning. This is probably a bug.

Code of Conduct