The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SVG::Convert::Driver::XAML - SVG::Convert XAML driver.

VERSION

version 0.02

SYNOPSIS

METHODS

new($args)

convert_string($src_doc, $convert_opts)

Convert to string.

convert_doc($src_doc, $convert_opts)

Convert to XML::LibXML::Document object.

convert_file($src_doc, $out_file, $convert_opts)

Convert to file.

AUTHOR

Toru Yamaguchi, <zigorou@cpan.org>

BUGS

Please report any bugs or feature requests to bug-svg-convert-driver-xaml@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Copyright 2007 Toru Yamaguchi, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.