RSS | Module Info | Add a review of SVG-Parser

3 out of 3 found this review helpful:

SVG-Parser (1.03) *

Does this module actually have anything to do with SVG? It looks like just a generic XML parser with the word "XML" crossed out and "SVG" inserted. The only thing the docs and examples contain are completely generic stuff about parsing XML.

Although SVG is formatted as XML, that is only a part of the story. Something which calls itself an SVG parser should be able to, for example, parse the "d" attribute of an SVG <path> element, see e.g.

www.w3.org/TR/SVG/paths.html#PathDataBNF

Otherwise what is it for?

(Contact me at bkb@cpan.org if you have a comment about this review.)

Ben Bullock - 2011-04-01T03:16:23

Was this review helpful to you?  Yes No


the camel