Help for this page

Select Code to Download


  1. or download this
    Can't coerce GLOB to string in entersub at /usr/local/lib/perl5/site_perl/5.6.1/i686-linux/XML/LibXSLT.pm line 88. XML::LibXSLT::parse_stylesheet('XML::LibXSLT=HASH(0x8cc3140)', 'XML::LibXML::Document=SCALAR(0x8c5d714)') called at /home/seeker/Omnibase/lib/Omnibase/UI/Web.pm line 93
  2. or download this
    $XSL_FILE = Omnibase->base . "/share/stylesheets/omnibase2.xsl";
        my $xsl_file = $XSL_FILE;
    ...
    
        my $style_doc = $parser->parse_file($xsl_file);
        my $stylesheet = $xslt->parse_stylesheet($style_doc);