Changeset 34691


Ignore:
Timestamp:
2021-01-22T15:53:02+13:00 (3 years ago)
Author:
davidb
Message:

Change to work with updated version of get_section_xml() which no longer takes a get_top_section(), but further has been extended to optionally allow for a $option param

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/apache-jena/trunk/src/perllib/jenaTDBBuildproc.pm

    r28802 r34691  
    210210    binmode($xml_outhandler,":utf8");
    211211
    212     my $section_text = &docprint::get_section_xml($doc_obj,$doc_obj->get_top_section());
     212    my $section_text = &docprint::get_section_xml($doc_obj);
    213213
    214214#    $section_text =~ s/[\r\n]+$//s; # remove very last newline char
Note: See TracChangeset for help on using the changeset viewer.