symphonycms / debugdevkit

Debug DevKit for Symphony CMS
http://symphonyextensions.com/extensions/debugdevkit/
Other
8 stars 14 forks source link

import-tag parsing using SimpleXML #7

Closed nils-werner closed 13 years ago

nils-werner commented 13 years ago

This commit fixes issue 532 - Connection interrupted on ?debug by replacing the regex-based import/include tag matchig with proper, XML-aware code.

local-name() is necessary to ignore the namespace (some people prefer a shorter, single-character namespace instead of xsl:).