Help with HTML and Tapestry 5.0.10

2009-11-05 Thread Ashwanth Kumar
Hey,

I just started working with TAPESTRY v5.0.10, and found one problem, while
defining my template (Home.tml), and characters like:

  - nbsp;
  - raquo;

etc., and any other HTML characters are treated as entities, and giving me
an error. How do i workaround this? Please Help!

Thanks,
Ashwanth Kumar


Help with HTML and Tapestry 5.0.10

2009-11-05 Thread Ashwanth Kumar
 Hey,

I just started working with TAPESTRY v5.0.10, and found one problem, while
defining my template (Home.tml), and characters like:

  - nbsp;
  - raquo;

etc., and any other HTML characters are treated as entities, and giving me
an error. How do i workaround this? Please Help!

Thanks,
Ashwanth Kumar


Re: Help with HTML and Tapestry 5.0.10

2009-11-05 Thread Angelo Chen

how about usinggt;lt; , put following in the first line:

 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;


Ashwanth Kumar wrote:
 
  Hey,
 
 I just started working with TAPESTRY v5.0.10, and found one problem, while
 defining my template (Home.tml), and characters like:
 
   - nbsp;
   - raquo;
 
 etc., and any other HTML characters are treated as entities, and giving me
 an error. How do i workaround this? Please Help!
 
 Thanks,
 Ashwanth Kumar
 
 

-- 
View this message in context: 
http://old.nabble.com/Help-with-HTML-and-Tapestry-5.0.10-tp26227277p26227555.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Help with HTML and Tapestry 5.0.10

2009-11-05 Thread Angelo Chen

i meant  plus gt;


Angelo Chen wrote:
 
 how about usinggt;lt; , put following in the first line:
 
  !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
 
 
 Ashwanth Kumar wrote:
 
  Hey,
 
 I just started working with TAPESTRY v5.0.10, and found one problem,
 while
 defining my template (Home.tml), and characters like:
 
   - nbsp;
   - raquo;
 
 etc., and any other HTML characters are treated as entities, and giving
 me
 an error. How do i workaround this? Please Help!
 
 Thanks,
 Ashwanth Kumar
 
 
 
 

-- 
View this message in context: 
http://old.nabble.com/Help-with-HTML-and-Tapestry-5.0.10-tp26227277p26227557.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Help with HTML and Tapestry 5.0.10

2009-11-05 Thread Ashwanth Kumar
Hey thanks, that solved the problem!!

 - Ashwanth Kumar

On Fri, Nov 6, 2009 at 12:10 PM, Angelo Chen angelochen...@yahoo.com.hkwrote:


 how about using , put following in the first line:

  !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;


 Ashwanth Kumar wrote:
 
   Hey,
 
  I just started working with TAPESTRY v5.0.10, and found one problem,
 while
  defining my template (Home.tml), and characters like:
 
-
- ยป
 
  etc., and any other HTML characters are treated as entities, and giving
 me
  an error. How do i workaround this? Please Help!
 
  Thanks,
  Ashwanth Kumar
 
 

 --
 View this message in context:
 http://old.nabble.com/Help-with-HTML-and-Tapestry-5.0.10-tp26227277p26227555.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org