class DisallowUnsafeCopyOf extends TemplateCheck

Constants

XMLNS_XSL

XSL namespace

Methods

void
check(DOMElement $template, Tag $tag)

Check for unsafe elements

Details

at line 26
void check(DOMElement $template, Tag $tag)

Check for unsafe elements

Any select expression that is not a set of named attributes is considered unsafe

Parameters

DOMElement $template

node

Tag $tag

Tag this template belongs to

Return Value

void