Help with HTML and Tapestry 5.0.10

View: New views
4 Messages — Rating Filter:   Alert me  

Help with HTML and Tapestry 5.0.10

by Ashwanth Kumar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 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

Re: Help with HTML and Tapestry 5.0.10

by Angelo Chen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: Help with HTML and Tapestry 5.0.10

by Angelo Chen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

i meant & plus gt;


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


Re: Help with HTML and Tapestry 5.0.10

by Ashwanth Kumar :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hey thanks, that solved the problem!!

 - Ashwanth Kumar

On Fri, Nov 6, 2009 at 12:10 PM, Angelo Chen <angelochen960@...>wrote:

>
> 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-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>