tools: Allow processing instructions in some XML parsing tools

IANA registry files have XSLT references, which are harmless to ignore.
This commit is contained in:
Kim Alvefur 2022-02-04 21:20:48 +01:00
parent 99a880ebe5
commit e6f20da22f
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
-- Generate net/http/codes.lua from IANA HTTP status code registry
local xml = require "util.xml";
local registry = xml.parse(io.read("*a"));
local registry = xml.parse(io.read("*a"), { allow_processing_instructions = true });
io.write([[