NAME
OpusVL::AppKit::View::SimpleXML
VERSION
version 2.29
DESCRIPTION
XML view using XML::Simple based on Catalyst::View::REST::XML
Place an xml payload in $c->stash->{xml}.
The content type will be set to 'text/xml' or $c->stash->{content_type}
$c->stash->{root_element} should contain the name of the root element
for the XML.
The XMLout call is made with the NoAttr => 1 and XMLDecl => 1 settings.
Included is the 'AppKit' ShareDir path to include distributed files.
NAME
OpusVL::AppKit::View::SimpleXML - Simple XML view for OpusVL::AppKit
SEE ALSO
L<OpusVL::AppKit>
AUTHOR
OpusVL - www.opusvl.com
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by OpusVL - www.opusvl.com.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.