php - What does "a processor independent API to XSLT transformations" mean? -
i got phrase in php manual page, can't understand precisely.
here link: http://www.php.net/manual/en/intro.xslt.php
what's association between xslt processor , xslt library?
each xslt library implements or interfaces given xslt processor. libraries (should) support given minimum api regardless of xslt processor implements. minimum api referred in documentation.
Comments
Post a Comment