создание и продвижение сайта (вбиваю в ТОП-10, как гвозди)Настройка и сопровождение платной рекламы яндекс.директ

PHP. Руководство по PHP. 2005

xslt_setoptПред. След.

xslt_setopt

(PHP 4 >= 4.3.0, PECL)xslt_setopt --  Set options on a given xsl processor

Description

mixed xslt_setopt (resource processor, int newmask)


xslt_setopt() sets the options specified by newmask on the given processor. Returns the number of previous mask is possible, TRUE otherwise, FALSE in case of an error.

newmask is a bitmask constructed with the following constants:

Примеры

Пример 1. xslt_setopt() Example
<?php

$xh = xslt_create();

// Tell Sablotron to process public entities

xslt_setopt($xh, XSLT_SABOPT_PARSE_PUBLIC_ENTITIES);

// Let's also ask him to suppress whitespace stripping

xslt_setopt($xh, xslt_getopt($xh) | XSLT_SABOPT_DISABLE_STRIPPING);

?>

Смотрите также

xslt_getopt().

Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.

Ваше письмо×
Free Web Hosting