Home | Info | Community | Development | myReactOS | Contact Us
xsltSetLoaderFunc: : the new function to handle document loading.
Set the new function to load document, if NULL it resets it to the default function.
Definition at line 121 of file documents.c.
{ if (f == NULL) xsltDocDefaultLoader = xsltDocDefaultLoaderFunc; else xsltDocDefaultLoader = f; }