![]() |
![]()
| ![]() |
![]()
NAMEBio::Phylo::NeXML::Entities - Functions for dealing with XML entities DESCRIPTIONThis package provides subroutines for dealing with characters that need to be encoded as XML entities, and decoded in other formats. For example: "&" needs to be encoded as "&" in XML. The subroutines have the same signatures and the same names as those in the commonly-used module HTML::Entities. They are re-implemented here to avoid introducing dependencies. SUBROUTINESThe following subroutines are utility functions that can be imported using: use Bio::Phylo::NeXML::Entities '/entities/';
SEE ALSOThere is a mailing list at <https://groups.google.com/forum/#!forum/bio-phylo> for any user or developer questions and discussions.
CITATIONIf you use Bio::Phylo in published research, please cite it: Rutger A Vos, Jason Caravas, Klaas Hartmann, Mark A Jensen and Chase Miller, 2011. Bio::Phylo - phyloinformatic analysis using Perl. BMC Bioinformatics 12:63. <http://dx.doi.org/10.1186/1471-2105-12-63>
|