Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
7answers
27k views

Notepad++ HTML Tidy

Is HTML Tidy for Notepad++ broken? None of the commands except Tidy (the first one) work. They don't show any message, even with all text selected. I really need Tidy to work, or is it just a ...
10
votes
6answers
4k views

HTML formatter/tidy/beautifier for JavaScript

Is there any HTML formatter/tidy/beautifier out there written in JavaScript? I have made a content editor (CMS) which has both WYSIWYG and source code views. The problem the code written by the ...
9
votes
3answers
1k views

Is there an alternative to HTML Tidy?

I have embedded HTML Tidy in my application to clean incoming HTML. But Tidy has a huge amount of bugs and fixing them directly in the source is my worst nightmare. Tidy source code is an unreadable ...
4
votes
1answer
4k views

notepad++ htmltidy - unable to find libtidy.dll

I'm on a relatively new Win7 machine and in Notepad++ the TextFX HTMLTidy doesn't work. It says "Unable to find libTidy.dll in the system path or C:\program files ...
4
votes
1answer
214 views

HTML::Tidy on windows newline issue

When using HTML::Tidy on Windows to clean the output of an HTML::Element as_HTML method I'm getting the wrong type of newline. If I don't specify the newline in the HTML::Tidy constructor, I get my ...
4
votes
1answer
214 views

Tool to correct invalid CSV files

Is there any command-line tool or ruby library to clean/correct invalid .csv files, something like tidy for html? Example of error: unescaped non-successive double quotes. Related to: Regular ...
4
votes
3answers
344 views

Feed rendered jsp pages through htmltidy

I have a Java project running on Glassfish that renders some ugly looking HTML. Its a side effect from using various internal and external JSP libraries. I would like to set up some sort of ...
4
votes
4answers
1k views

Configure HTML Tidy to ignore PHP short start and end tags when inside html attributes

How can I keep HTML Tidy from converting PHP short tags when used as values in html attributes? Here's an example of what it currently does. It converts this: <input ...
4
votes
5answers
923 views

Screenscraping the ugliest HTML you've ever seen in your life

I'm using PHP and libtidy to attempt to screen scrape what might possibly be the most horrendous and malformed use of HTML tables in history. The site closes few table, tr, td, font, or bold tags and ...
3
votes
1answer
550 views

Unable to attach HTMLTidy dll (libtidy.dll) to Visual Studio

Without much luck I've been trying to attach the HTMLTidy c++ library dll within Visual Studio, however everytime I get various errors with different builds. I'm adding a reference to the project and ...
3
votes
1answer
467 views

Tidying PHP and HTML Code?

I wonder if anyone could please help me I have been using HTML tidy and eclipses built-in function to tidy up my code. I am having great trouble with the following situations... when HTML is split ...
3
votes
3answers
431 views

How do I get HTML Tidy to not put newline before closing tags?

HTML Tidy has this infuriating habit of putting a newline before the closing tag. For example: <p>Some text</p> becomes <p>Some text </p> How do I tell Tidy to keep the ...
3
votes
1answer
584 views

Pretty Print / HTML Tidy for Google Web Toolkit (GWT)?

Is there a function for GWT (Google Web Toolkit) to pretty-print the html output of widgets? (apologies if the question is badly phrased - I'm not a GWT dev, but our developers are claiming that ...
2
votes
2answers
477 views

Notepad++ HTML Tidy Unknown Exception Windows 7 x64

When I attempt to run HTML Tidy from the TextFX menu in NotePad++ (v5.9.3) I get the following error: Config file "C:\Program Files(x86)\Notepad++\plugins\Config\tidy\HTMLTIDY.CFG" not found! I'll ...
2
votes
1answer
101 views

Using HTML Tidy in Visual C++ 2010 Windows Forms project

I am using VC++ 2010 Express and I am attempting to include HTML Tidy to perform cleanup on HTML code strings. What I want to do is process the HTML as a string (NOT from a file) and save the ...
2
votes
0answers
112 views

htmltidy problems about script tags

I have used htmltidy for few days, but there is always a "bug" happened when using it. This bug will wrap my script tag automatically !! I have to mention that they are just inline scripts which ...
2
votes
1answer
243 views

How to compile C++ program with using html tidy C++

I installed tidy-dev from ubuntu repository, checked installation path - it's okay (/usr/include/tidy). But I can not find a true flags to compile my c++ script with include tidy c++ wrapper tidyx.h ...
2
votes
3answers
367 views

Can I use notepad++ exe in my application?

I am parsing html file with the help of the html agility pack to extract the table data from the html file. But there is some html files where there is no ending tags which is optional or there is no ...
2
votes
2answers
421 views

HTML Tidy - Add opening tags, instead of removing closing tags?

Is it possible to configure HTML Tidy in the following way: Given the html: lorem ipsum</em> dolar sit amet.</p> To have it generate <p><em>lorem ipsum</em> dolar ...
2
votes
2answers
743 views

Split a html string in N parts

Does anybody have an example of spliting a html string (coming from a tiny mce editor) and splitting it into N parts using C#? I need to split the string evenly without splitting words. I was ...
2
votes
2answers
292 views

Managed (.net) library with html-tidy like functionality?

Does anybody know of an html cleaner for .NET that can parse html and (for instance) convert it to a more machine friendly format such as xhtml? I've tried the HTML Agility Pack, but that fails to ...
2
votes
1answer
525 views

CSSTidy, HTMLTidy, JSlint pre-commit hooks(Hg) - automation tools

I am looking for a way to test/validate my html, css, js before they are committed to a repository. Is there any way to automate this process. Ideally, I would like to have the ability to exclude ...
2
votes
1answer
578 views

.NET version of HTML Tidy?

Does anyone know if there's a native port of HTML Tidy available for .NET? In Sourceforge, there's a TidyNet project - which hasn't been updated since 2005 and seems like a wrapper only. Java port ...
2
votes
1answer
733 views

html tidy and rails apps - erb or rthml files. Ruby alternative?

I just installed HTML Tidy plugin for eclipse. I added the html.erb file type and now it will do its magic on my erb files. However it puts in the title tag and changes a lot of my characters to ...
2
votes
1answer
1k views

How do I set vim 7's html tidy options for “utf-8” encoding?

I need to run tidy in vim, using the usual: :compile tidy :make However, if I'm on an utf-8 file, I get errors that I don't see if I run tidy outside of vim, i.e., tidy -e -q -utf8 I get what I'm ...
2
votes
2answers
1k views

xslt: remove duplicate xml header

html Tidy gives this as output for some reason: <?xml version="1.0" encoding="utf-16"?> <?xml version="1.0" encoding="utf-16"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
1
vote
0answers
18 views

Using HTML Tidy with ASP.NET Tags

I've discovered a very nice tool for cleaning up a mess of HTML in a project I have inherited: HTML Tidy at http://infohound.net/tidy/ Basically, I can paste in my HTML, click the Tidy button, and ...
1
vote
2answers
70 views

How to keep <p><img … /></p> with XPATH?

I use XPATH to remove untidy HTML tags, $nodeList = $xpath->query("//*[normalize-space(.)='' and not(self::br)]"); foreach($nodeList as $node) { ...
1
vote
3answers
412 views

An alternative to php tidy?

I use php tidy to process html input in my database, $fragment = tidy_repair_string($dom->saveHTML(), array('output-xhtml'=>1,'show-body-only'=>1)); I have this php_tidy turned on in my ...
1
vote
0answers
98 views

Hebrew characters processed by HTML Tidy turn into gibberish

I'm using HTML Tidy Online (http://infohound.net/tidy/) to tidy up some very old and messed up HTML file which contains some Hebrew characters. Whenever the page is processed by Tidy the output turns ...
1
vote
1answer
73 views

Tidy: avoid moving script tags

I am using this kind of code: <table> <tr> <script> document.write("<td>foo</td"); </script> </tr> </table> After using HTML ...
1
vote
0answers
89 views

HTML Tidy - no warning if quotes are missing

Is there any option I can setup to make tidy showing me warnings if quotes are missing around attribute values? At the moment I run tidy as follows: tidy -xml -e test.html Within test.html: <p ...
1
vote
0answers
83 views

HTML Tidy is flooding the server log

One of our customers have been complaining that the server logs is flooded with diagnostic messages like: The table summary attribute should be used to describe the table structure. It is very ...
1
vote
0answers
304 views

iOS - Is there a good way to clean up HTML code?

In my app I am pulling in some HTML content from the web. Sometimes that markup isn't the most valid looking code and I would like to clean it up (fixing markup errors, etc.), similar to how HTMLTidy ...
1
vote
2answers
423 views

Mac OS X 10.6 Python 2.7 pytidylib utidylib could not find libtidy

I am answering my own question, but because I stayed up all night figuring it out, I will hopefully save others some pain. If you are getting either of the following messages after properly installing ...
1
vote
3answers
1k views

C# Version of Html Tidy?

Just looking for a really easy way to clean up some HTML (possibly with embedded JavaScript). Tried two different HtmlTidy .NET ports and both and throwing exceptions... Sorry, by "clean" I mean ...
1
vote
1answer
228 views

Please please PLEASE someone have Tidy2.0 extension

So I'm trying to get Tidy2.0 installed on my Karmic, following this guide: http://www.howtoforge.com/forums/archive/index.php/t-7395.html I figured everything would work, but it seems the source for ...
1
vote
1answer
240 views

Is There an HTML Tidy tool/library for asp.net mvc?

I love how the html tidy tool works online. Is there a tool for this that beitifies html in real time?
1
vote
1answer
59 views

HTML Tidy is removing the DOC type declaration

I had picked source code of some sites ramdomly like www.nypost.com, facebook.com , www.bigpond.com. When i had provided these three htmlpages as input to tidy (command line with -m option), what i ...
1
vote
2answers
213 views

Utility / library for tidying xml

What libraries / tools are available for tidying up xml? I've found the highly recommended HtmlTidy, however unfortunately it doesn't correctly handle my input xml files - I mean to submit a bug ...
1
vote
2answers
292 views

No Unicode-version HTML Tidy for Delphi?

I downloaded the latest version (TidyPas_Delphi2010.zip) from the official homepage (http://sourceforge.net/projects/curlpas/files/). But to my surprise, there are full of AnsiString in the unit ...
1
vote
3answers
2k views

Proper usage of JTidy to purify HTML

I am trying to use JTidy (jtidy-r938.jar) to sanitize an input HTML string, but I seem to have problems getting the default settings right. Often strings such as "hello world" end up as "helloworld" ...
1
vote
1answer
917 views

Which is the best HTML tidy pack? Is there any option in HTML agility pack to make HTML webpage tidy?

I am using html agility pack to parse html tabular information. Now there is some html content with missing ending tags and from such page because of missing ending tags html agility pack does not ...
1
vote
1answer
177 views

How to stop HtmlTidy from converting umlauts (e.g. ü to &uuml;)

Our website runs the user's input via HtmlTidy to clean it. Apparently while doing this it also causes pain for our international subscribers by converting umlauts. Is there any option to specify for ...
1
vote
1answer
747 views

Using Tidy to clean HTML, HTML content is being changed, encoding problem?

I am fetching HTML from a smarty template and need to clean it (simply want to remove extra whitespace, and format / indent the HTML nicely), I'm using tidy to do something like: $html = ...
1
vote
1answer
97 views

HTML Tidy license question

I'm looking to use the HTML Tidy source code and modify it to add a few more features. Having read the license, I'm not quite sure if I will have to release the source of my modified application? I ...
1
vote
1answer
859 views

How to use the HTML Tidy .Net DLL wrapper in PowerShell?

I'm trying to use the HTML Tidy .Net wrapper in PowerShell 2.0. Here is a working example using C# (TestIt.cs included in the wrapper distribution): using Tidy; Document tdoc = new Document(); I'm ...
1
vote
3answers
599 views

Strange problem calling a .DLL from C#

I'm trying to call the HtmlTidy library dll from C#. There's a few examples floating around on the net but nothing definitive... and I'm having no end of trouble. I'm pretty certain the problem is ...
1
vote
1answer
1k views

Installing Html Tidy

I'm running Mac OS X with Apache/2.0.59 (Unix) PHP/5.2.5 DAV/2. I've never administered Apache or PHP before so somethings aren't really that obvious to me. I'm trying to get PHP Tidy to run as ...
1
vote
1answer
2k views

Using libtidy for iPhone app

I'm trying to use libtidy for an iPhone app (since the iPhone 2.2 SDK doesn't include NSXMLDocument which has tidy functionality) but I get a linker error saying "library not found for -ltidy" when I ...

1 2