It should be noted that xslt_create() will return FALSE in the case of failure (Sablotron processor could not be created).
This, obtained from looking at the source code extension.
![]() | xslt_createDescriptionresource xslt_create ( void )Create and return a new XSLT processor resource for manipulation by the other XSLT functions. 范例![]()
Kerry Kobashi
29-Mar-2005 11:29
It should be noted that xslt_create() will return FALSE in the case of failure (Sablotron processor could not be created).
garth at webconexion dot net
18-Sep-2003 08:23
In order to pass PHP variables into an XSL document you need to do the following: | ![]() |