http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10398
Bernardo Gonzalez Kriegel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Bernardo Gonzalez Kriegel <[email protected]> --- Interesting, but I think you are only checking well formed xml. For valid xml I think the command needs to be my @command = qw(xmllint --valid --noout); But in the case of 006/008 value builders you need to specify and external XSD, like (cd-ing to the apropriate folder) xmllint --schema marc21_field_CF.xsd --noout marc21_field_006.xml Anyway, well formed is good enough :) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
