@@ -, +, @@ --- C4/XSLT.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/XSLT.pm +++ a/C4/XSLT.pm @@ -365,6 +365,7 @@ Returns reference to XSLT handler object. sub engine { return $engine; } + =head2 CustomXSLTExportList Returns list of file for custom xslt conversion --