The uploaded file

    AxKit-XSP-L10N-0.01.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/C/CL/CLACO/AxKit-XSP-L10N-0.01.tar.gz
  size: 13998 bytes
   md5: 7fc52ab074652128e63d92f140afa7ef

-----

NAME
    AxKit::XSP::L10N - String localization (L10N) taglib for AxKit

SYNOPSIS
    Add this taglib to AxKit in your http.conf or .htaccess:

        AxAddXSPTaglib AxKit::XSP::L10N

    and set your base L10N module path:

        PerlSetVar  AxL10NBase  MyPackage::L10N

    Add the namespace to your XSP file and use the tags:

        <xsp:page
          language="Perl"
          xmlns:xsp="http://apache.org/xsp/core/v1";
          xmlns:l10n="http://today.icantfocus.com/CPAN/AxKit/XSP/L10N";
        >

        <l10n:translate
                value="Please select a state from the list below"
        />

DESCRIPTION
    This tag library provides an interface to localiize string
    values within XSP pages using "Locale::Maketext".

TAG HIERARCHY
        <l10n:translate base="" lang="en|fr|..." value="" param="">
            <l10n:base></l10n:base>
            <l10n:lang></l10n:lang>
            <l10n:value></l10n:value>
            <l10n:param></l10n:param>
        </l10n:translate>


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to