At the moment Publican 3's Builder.pm hardcodes the schema to be used for validation for Docbook 5: if ( $dtdver =~ m/^5/ ) { $dtd_type = qq|-//OASIS//DTD DocBook XML $dtdver//EN|; $dtd_path = qq|http://docbook.org/xml/$dtdver/rng/docbook.rng|; I have a customization layer that Norm wrote for me that I'd like to be able to use (https://gist.github.com/2768701). Can we make it possible to override the default validation schema from the xml?
Hi Josh; this seems like handy thing to have, but I really don't want to fork the Publican we're shipping in Fedora if I can help it. Maybe open an upstream RFE in Publican itself?