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

Also available in: Atom PDF