The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XML::GRDDL::Transformation::RDF_EASE::Functional - stand-alone RDF-EASE module

DESCRIPTION

This module exports one function:

rdfease_to_rdfa( $css, $xhtml, $as_dom )

Takes an RDF-EASE (CSS) transformation and an XHTML document (well-formed string) and returns the resulting XHTML+RDFa document, which can then be fed to RDF::RDFa::Parser.

If $as_dom is true, returns an XML::LibXML::Document; otherwise, a string.

SEE ALSO

XML::GRDDL, XML::GRDDL::Transformation::RDF_EASE.

RDF::RDFa::Parser.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

COPYRIGHT

Copyright 2008-2010 Toby Inkster

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