RECENT POSTS
P5-svg-parser
May 26, 2018
XML Parser for SVG documents
SVGParser is an XML parser for SVG Documents. It takes XML as input and produces an SVG object as its output.
SVGParser supports both XMLSAX and XMLParser Expat parsers, with SAX preferred by default. Only one of these needs to be installed for SVGParser to function.
A list of preferred parsers may be specified in the import list - SVGParser will use the first parser that successfully loads. Some basic measures are taken to provide cross-compatibility. Applications requiring more advanced parser features should use the relevant parser module directly; see SVGParserExpat and SVGParserSAX.
WWW http//search.cpan.org/dist/SVG-Parser/
- Older
- Newer