Project

General

Profile

Actions

Bug #56481

closed

Allow xmlns declaration on fluid elements

Added by Christian Weiske about 10 years ago. Updated almost 9 years ago.

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>


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #68046: Backport #66269 to TYPO3 6.2Rejected2015-07-10

Actions
Has duplicate TYPO3 Core - Feature #66269: Add ViewHelper for xmlns:* attributes, so that I have xmlns:* support in IDE but the attributes won't be rendered.Closed2015-04-03

Actions
Actions #1

Updated by Gerrit Code Review about 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

Actions #3

Updated by Christian Kuhn over 9 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 #4

Updated by Christian Weiske almost 9 years ago

Backport issue: #68046.

Actions

Also available in: Atom PDF