GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XML::Entities::Data(3) User Contributed Perl Documentation XML::Entities::Data(3)

XML::Entities::Data - XML entity definitions

 use XML::Entities::Data;
 $ISONUM_map = XML::Entities::Data::isonum;
 $all = XML::Entities::Data::all;
 @available_sets = XML::Entities::Data::names;
 $reverse_mapping = XML::Entities::Data::char2entity('isonum');

 # regenerate the data
 perl download-entities.pl > XML/Entities/Data.pm
 perl download-entities.pl http://from.where.org/ > Data.pm

This module is a bunch of hashes encapsulated by subroutines that map XML entity names to their unicode characters (or strings). It should be used from the XML::Entities module or the hashes it provides can be passed to HTML::Entities::_decode_entities.

The data can be re-generated when definitions are changed or altered or when you want to use another set that is defined someplace online in an .ent file (of type DTD). See the download-entities.pl script.

HTML::Entities, XML::Entities

Copyright 2010 Jan Oldrich Kruza <sixtease@cpan.org>. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2015-08-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.