Alexander Deruwe wrote:
> 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've not used FillIn it for a while, but I had a look at the code for
you [1]
The key line is here, in sfFillInFormFilter
$method =
'fillIn'.ucfirst(strtolower($this->getParameter('content_type', 'Html')));
If you set your content_type to 'Xml' in your fill in settings, all will
be fine.
As for creating a ticket... please do - this should be documented :)
[1] it's not a bad idea to start looking at the internal code yourself
if you're going to be developing in symfony, although I accept that this
can be a bit overwelming at first.
--
Ian P. Christian ~ pookey.co.uk
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---