GoLang XSLTProcessor::importStylesheet

request it (290)
GoLang replacement for PHP's XSLTProcessor::importStylesheet [edit | history]



Do you know a GoLang replacement for PHP's XSLTProcessor::importStylesheet? Write it!

PHP XSLTProcessor::importStylesheet

PHP original manual for XSLTProcessor::importStylesheet [ show | php.net ]

XSLTProcessor::importStylesheet

(PHP 5, PHP 7)

XSLTProcessor::importStylesheetImport stylesheet

Description

public bool XSLTProcessor::importStylesheet ( object $stylesheet )

This method imports the stylesheet into the XSLTProcessor for transformations.

Parameters

stylesheet

The imported style sheet as a DOMDocument or SimpleXMLElement object.

Return Values

Returns TRUE on success or FALSE on failure.

Changelog

Version Description
5.2.8 Accepts SimpleXMLElement again which was broken since PHP 5.2.6.