John Drago > Apache2-ASP-1.57 > Apache2::ASP::DOM::Parser

Download:
Apache2-ASP-1.57.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source   Latest Release: Apache2-ASP-1.59

NAME ^

Apache2::ASP::DOM::Parser - Server-side DOM parser for Apache2::ASP

EXPERIMENTAL STATUS ^

NOTE: The entire DOM functionality for Apache2::ASP is still under heavy development and is subject to change in dramatic ways without warning.

DO NOT build anything that involves server-side DOM until it has matured.

SYNOPSIS ^

  my $doc = Apache2::ASP::DOM::Parser->parse( $string );

PUBLIC METHODS ^

parse( $string )

Parses $string and returns a Apache2::ASP::DOM::Document object.

BUGS ^

It's possible that some bugs have found their way into this release.

Use RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-ASP to submit bug reports.

HOMEPAGE ^

Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.

AUTHOR ^

John Drago mailto:jdrago_999@yahoo.com

COPYRIGHT AND LICENSE ^

Copyright 2007 John Drago, All rights reserved.

This software is free software. It may be used and distributed under the same terms as Perl itself.