A.16 AxAddXSPTaglib

     

XSP supports two types of tag libraries. The simpler is merely an XSLT or XPathScript (or other transformation language) stylesheet that transforms custom tags into the "raw" XSP tag form. The other, however, is faster, and its taglibs transform custom tags into pure code that then gets compiled. These taglibs must be loaded into the server using the AxAddXSPTaglib configuration directive.

 # load the ESQL taglib and Util taglib  AxAddXSPTaglib AxKit::XSP::ESQL AxAddXSPTaglib AxKit::XSP::Util 

If you prefix the module name with a + sign, the module is preloaded on server start-up ( assuming that the config directive is in a httpd.conf file, rather than in a .htaccess file).



XML Publishing with AxKit
XML Publishing with Axkit
ISBN: 0596002165
EAN: 2147483647
Year: 2003
Pages: 109
Authors: Kip Hampton

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net