What document type is output is decided in filter/
sfFillInFormFilter.class.php:
$method = 'fillIn'.ucfirst(strtolower($this-
>getParameter('content_type', 'Html')));
the expected output of $this->getParameter('content_type', 'Html') is
xml or html, it will break on anything else.
So what I would try is put this in %app%/config/filters.yml
fill_in_form:
class: sfFillInFormFilter
params:
content_type: xml
-- Marek
On 2. Nov, 10:35 h., Alexander Deruwe <[EMAIL PROTECTED]>
wrote:
> On 31 Oct 2007, at 17:39, Ian P. Christian wrote:
>
> > This is a problem with fillin filter
>
> > I'm not sure if the fillin filter has now been fixed to resolve this
> > issue - can anyone else comment?
>
> > the technical reason for this is that the fillin filter uses libxml
> > libraries to parse the output in HTML mode, and whne it outputs the
> > code
> > (again in HTML mode), the code is altered like you are seeing.
>
> Thanks for your reply Ian. I apologise for getting back to this
> rather late.
>
> Err, not to play firestarter or anything, but this effectively means
> it's not possible to create valid XHTML 1.0 code with symfony...
>
> I didn't find a ticket on this - shall I create one?
>
> Alexander
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---