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

NAME

Chart::Sequence::SAXBuilder - Build a Chart::Sequence from XML

SYNOPSIS

    my $h = Chart::Sqeuence::Builder->new;
    my $h = Chart::Sqeuence::Builder->new(
         Sequence => $prexisting_object
    );

    my $sequences = Pipeline( $h )->parse_file( "foo.seqml" );
    print @$sequences . " found in foo.seqml\n";

DESCRIPTION

Requires the (otherwise optional) XML::Filter::Dispatcher.

Namespace:

    http://slaysys.com/Chart-Sequence/seqml/0.1

Ignores all elements not in this namespace. Dies if no <seq:sequence> element was found (unless a preexisting sequence was passed in).

LIMITATIONS

COPYRIGHT

    Copyright 2002, R. Barrie Slaymaker, Jr., All Rights Reserved

LICENSE

You may use this module under the terms of the BSD, Artistic, oir GPL licenses, any version.

AUTHOR

Barrie Slaymaker <barries@slaysys.com>