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>
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27989
Updated by Christian Weiske over 10 years ago
Patch for Flow: https://review.typo3.org/28154
Updated by Christian Kuhn almost 10 years ago
- Status changed from Under Review to Rejected
There is a different patch for FLOW, currently pending with https://review.typo3.org/#/c/31708/
The other approach is much more flexible and could be backported to TYPO3 CMS if merged to upstream.
This issue here is now set to 'rejected', the backport of the flow feature should get an own issue then.
Actions