13 Jun
2004
13 Jun
'04
5:04 a.m.
I've completed writing some code for processing collections of SVG files to validate their metadata (title, author, license). The code is packaged and released to CPAN:
http://search.cpan.org/~bryce/SVG-Metadata-0.01/
It includes the following:
SVG::Metadata - A module for parsing and accessing an SVG's metadata, including title, author, license, and keywords.
svg_validate - A script for scanning through a collection of SVG files and extracting ones with valid metadata. It also automatically generates png's for each (using inkscape) and metadata text files.
Bryce