Actions
Bug #56481
closedAllow xmlns declaration on fluid elements
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2014-03-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The fluid template parser currently does not allow XML namespace declarations on fluid tags. It aborts compilation with:
#1237823695: Argument "xmlns:f" was not registered
This happens with 6.2 git master.
Example fluid code:
<?xml version="1.0"?> <f:section name="p" xmlns:f="TYPO3FluidViewHelpers" xmlns:foo="http://typo3.org/ns/foo/ViewHelper"> ... </f:section>
Actions