Re: [symfony-users] Re: Converting Word document to Html

2010-01-21 Thread Gareth McCumskey
Just remember that any view template in symfony that you need to display is inserted into your layout.php file where the line ?php echo $sf_content ? is situated. This means that if the converted file that you are trying to use as a symfony view template still contains all the html/html,

[symfony-users] Re: Converting Word document to Html

2010-01-20 Thread DEEPAK BHATIA
Sorry, When I open this as http://localhost/test.htm http://localhost/test.php The htm/php file appears correctly. But when invoked as module/action, some junk characters come. Regards Deepak On Wed, Jan 20, 2010 at 4:10 PM, DEEPAK BHATIA toreachdee...@gmail.com wrote: Hi, I have converted

[symfony-users] Re: Converting Word document to Html

2010-01-20 Thread DEEPAK BHATIA
Hi, I have a simple query Convert a msword document to html. Display the html file from http://localhost/test.html = The contents are OK Display file as module/action/template = The contents are not OK Why does msword converted file is not coming correctly in Symfony ? Regards Deepak Bhatia

Re: [symfony-users] Re: Converting Word document to Html

2010-01-20 Thread Gábor Fási
I'm guessing you have an encoding problem, but without any info, that's the best I can do. On Wed, Jan 20, 2010 at 15:06, DEEPAK BHATIA toreachdee...@gmail.com wrote: Hi, I have a simple query Convert a msword document to html. Display the html file from http://localhost/test.html = The

Re: [symfony-users] Re: Converting Word document to Html

2010-01-20 Thread DEEPAK BHATIA
Will it be possible to open the test.htm as an symfony template ? On Wed, Jan 20, 2010 at 8:19 PM, Gábor Fási maerl...@gmail.com wrote: I'm guessing you have an encoding problem, but without any info, that's the best I can do. On Wed, Jan 20, 2010 at 15:06, DEEPAK BHATIA

[symfony-users] Re: Converting Word document to Html

2010-01-20 Thread DEEPAK BHATIA
Any suggestions/guesses...:-) On Wed, Jan 20, 2010 at 4:10 PM, DEEPAK BHATIA toreachdee...@gmail.com wrote: Hi, I have converted a Microsoft Word Document into the html page. http://localhost/test.htm http://localhost/test.php But when I open this using module/action in the symfony, some