Re: [OT] Tool to simplify HTML

2005-06-30 Thread Fernando Padilla
Look at iframe: http://www.w3.org/TR/REC-html40/present/frames.html#h-16.5 http://www.htmlcodetutorial.com/frames/_IFRAME.html But then the HTML fragment has to be a different URL. Or you can try using some sort of javascript to squirt the HTML into the iframe: http://www.codingforums.com/ar

Re: [OT] Tool to simplify HTML

2005-06-30 Thread Jonathan O'Connor
6/2005 10:33 Please respond to "Tapestry users" To Tapestry users cc Subject [OT] Tool to simplify HTML Sorry if this question is a bit off topic, but I thought people on this mailing list might know... I'm working on a Tap

Re: [OT] Tool to simplify HTML

2005-06-30 Thread Dmitriy Rashko
You can try jTidy it has xHtml formatter Markus Wiederkehr wrote: Sorry if this question is a bit off topic, but I thought people on this mailing list might know... I'm working on a Tapestry application that has to display arbitrary HTML files inline (like GMail does when you receive an HTML e

[OT] Tool to simplify HTML

2005-06-30 Thread Markus Wiederkehr
Sorry if this question is a bit off topic, but I thought people on this mailing list might know... I'm working on a Tapestry application that has to display arbitrary HTML files inline (like GMail does when you receive an HTML e-mail, for example). So basically I want to develop a Tapestry compone