From: SourceForge.net <no...@so...> - 2004-04-02 21:50:39
|
Feature Requests item #439110, was opened at 2001-07-06 18:43 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=439110&group_id=13153 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Duane Morin (ddm) >Assigned to: fabrizio giustina (fgiust) Summary: Stripping HTML/HEAD/BODY Initial Comment: In the application we use, we have a navigation framework and just let authors drop in hunks of content that they write as MSWord files. We render these using Word2000 and then want to run Tidy on them for obvious reasons :). But something that would be cool is the ability to say "this is not a complete HTML file, just a blurb" and thus not provide any HTML,HEAD or BODY tags -- just the raw content. Any thoughts on that? I'll try to add it myself and submit it back to the project if I can get it working, but wasn't sure if anybody was already on the case. ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-04-02 23:50 Message: Logged In: YES user_id=798060 JTidy r8 will support the --show-body-only option to print only a document body, like the c version. Code has already been submitted to CVS. Testcase is 434940. ---------------------------------------------------------------------- Comment By: Terry Teague (terry_teague) Date: 2001-07-19 09:47 Message: Logged In: YES user_id=225318 The current (18 Jul 01) C version of the Tidy code has such a feature; similar code has been provided by Ignacio Vazquez- Abrams as a source patch for the 04 Aug 00 release of the C version of Tidy. He recently answered a similar question the html-tidy mailing list : < http://lists.w3.org/Archives/Public/html-tidy/2001JulSep/ 0051.html> I expect JTidy will follow the C version of Tidy when the next release of Tidy is done (which should be soon). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=439110&group_id=13153 |