htmltidy Questions

7

Solved

Is it possible to use HTML Tidy to just indent HTML code? Sample Code <form action="?" method="get" accept-charset="utf-8"> <ul> <li> <label class="screenReader" for="q">...
Joyejoyful asked 22/8, 2011 at 17:29

6

Solved

I am just looking for a really easy way to clean up some HTML (possibly with embedded JavaScript code). I tried two different HTML Tidy .NET ports and both are throwing exceptions... Sorry, by "cl...
Semiology asked 23/10, 2010 at 3:37

2

Solved

I'm using tidy-html5 from brew, and i can't tidy up my angular templates because they use custom elements like those : <due-diligence-point index="1" title="Lead Screening"> This throws th...
Gandy asked 16/8, 2016 at 17:59

5

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 m...
Precipitant asked 31/7, 2011 at 18:26

2

Solved

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 doe...
Serialize asked 22/3, 2010 at 8:24

4

I have documents with lots of font-awesome icons in them, which are embedded using <i class='icon-somename'></i>. An empty i tag... HTML Tidy removes them. I've set drop-empty-paras to ...
Fordone asked 22/8, 2013 at 5:19

3

Solved

I am facing a serious problem with HTML Tidy (latest version -- https://html-tidy.org). In short: HTML tidy convert these lines of HTML codes <div class="breadcrumbs" typeof="BreadcrumbList" v...
Fradin asked 21/8, 2018 at 8:40

1

Solved

For Python 3.5. Can someone please point me to some documentation for using html5tidy with Python 3? I'm amazed that multiple searches don't return anything. In Python 3, the documentation in htm...
Perzan asked 16/5, 2018 at 22:28

4

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 unreadabl...
Festival asked 21/2, 2010 at 18:49

4

Solved

Is there some kind of CSS tidy available for Notepad++. I have tried what seems to be every menu item in TEXTFX but none seem to do it. I am used to using PSPAD where you just select the CSS and cl...
Ealing asked 6/8, 2012 at 21:4

5

Solved

Is there a simple way to reformat my HTML from within Komodo Edit or to automate the process against Tidy? Something like the Ctrl+K, Ctrl+D in Visual Studio would be brilliant. I am presently ru...
Elude asked 14/1, 2011 at 8:41

6

Please help I need to install HTML tidy on Mac OS http://w3c.github.com/tidy-html5/ I call the commands in the Terminal and get nothing: $ make -C build/gmake/ make: *** build/gmake/: No such fi...
Toddtoddie asked 14/11, 2012 at 13:45

2

Solved

Has someone got Notepad 6.1.x and HTMLTidy working and can tell me, where to download the dll / config. Using: Notepad++ 6.1.4 Win 7 x86 Yes, this Notepad++ / TidyHTML question has been already as...
Pomp asked 21/7, 2012 at 10:51

3

Solved

So it appears on several sites that TextFX's HTML tidy is both excellent and has also not been supported since 2008. It appears that the latest version of Notepad++ completely breaks it in f...
Honor asked 19/3, 2013 at 16:40

9

Solved

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 limit...
Aegir asked 30/4, 2009 at 23:51

2

I was writing some code for repair html string. I read some nice solutions which work with the Tidy PHP class but I had some troubles with it. What in this post is written, is exactly what I want b...
Reflux asked 29/1, 2014 at 15:26

1

Solved

I have sublime text 3, but after I installed sublimelinter-html-tidy through the 'Package Control: Install Package', nothing changed. I also have Emmit, Bracket Highlighter, Side Bar, and a few oth...
Perren asked 6/1, 2015 at 0:27

2

I'm working on dynamic template for bootstrap, and i'm using HTML Tidy. However it seem HTML Tidy remove specific tags, for example: <b class="caret"></b> How to suppose...
Breazeale asked 13/10, 2012 at 8:21

7

Solved

I'm on a relatively new Windows 7 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 (x86)\Notepad++\plugins\...
Wilkes asked 8/8, 2011 at 16:55

1

I'm trying to use the HTML Tidy implementation that's part of PHP (http://www.php.net/manual/en/book.tidy.php) in order to reformat a large chunk of HTML. I'm having a problem wherein Tidy is trunc...
Lyre asked 4/4, 2013 at 16:0

2

Solved

I'm using php's tidy library to "clean and repair" some html coming from user input. Everything works fine, but i'm running into a problem that I can't figure out what its cause is. My code is lik...
Barbette asked 26/7, 2012 at 13:14

2

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...
Install asked 28/9, 2011 at 17:49

3

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 th...
Norty asked 22/3, 2010 at 11:9

2

Solved

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 thi...
Troudeloup asked 1/5, 2010 at 13:41

3

Solved

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 post-re...
Colter asked 2/2, 2010 at 18:41

© 2022 - 2024 — McMap. All rights reserved.