Difference between revisions of "API:EPrints/Citation/EPC"

From EPrints Documentation
Jump to: navigation, search
Line 17: Line 17:
 
<!-- Pod2Wiki=head_description -->
 
<!-- Pod2Wiki=head_description -->
 
==DESCRIPTION==
 
==DESCRIPTION==
Loads EPC XML citation style files and renders citations for the particular data object.
+
Loads EPC XML citation style files and renders citations for a particular type of data object.
  
 
This class inherits from [[API:EPrints/Citation|EPrints::Citation]].
 
This class inherits from [[API:EPrints/Citation|EPrints::Citation]].

Revision as of 12:41, 4 March 2022

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


API: Core API

Latest Source Code (3.4, 3.3) | Revision Log | Before editing this page please read Pod2Wiki


NAME

EPrints::Citation::EPC - Loading and rendering of EPC XML based citation styles.

User Comments


DESCRIPTION

Loads EPC XML citation style files and renders citations for a particular type of data object.

This class inherits from EPrints::Citation.

User Comments


METHODS

User Comments


load_source

$citation->load_source

Load EPC citation source from file.

User Comments


render

$frag = $citation->render( $dataobj, %opts )

Renders a EPrints::DataObj using this citation style.

User Comments


SEE ALSO

EPrints::Citation

User Comments


COPYRIGHT

© Copyright 2023 University of Southampton.

EPrints 3.4 is supplied by EPrints Services.

http://www.eprints.org/eprints-3.4/

LICENSE

This file is part of EPrints 3.4 http://www.eprints.org/.

EPrints 3.4 and this file are released under the terms of the GNU Lesser General Public License version 3 as published by the Free Software Foundation unless otherwise stated.

EPrints 3.4 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with EPrints 3.4. If not, see http://www.gnu.org/licenses/.

User Comments