Programming Languages: C
License: MIT License
browse code,
statistics,
last commit on 2012-01-15
cvs -d:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy login
cvs -z3 -d:pserver:anonymous@tidy.cvs.sourceforge.net:/cvsroot/tidy co -P modulename
It's not tidy's problem but xargs'.
2012-05-18 13:50:18 PDT by suntong001
NO. It's not tidy's problem but xargs. closing it.
2012-05-18 13:49:13 PDT by suntong001
Forgot to mention the version and environment: tidy 20091223cvs-1, ubuntu oneiric Thanks $ apt-cache policy tidy tidy: Installed: 20091223cvs-1 Candidate: 20091223cvs-1 Version table: *** 20091223cvs-1 0 500 http://ca.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages 100 /var/lib/dpkg/status.
2012-05-15 06:44:54 PDT by suntong001
Hi, My XML file is quite well formed file. It can be handled by tidy just fine, if I break them down into separated lines myself: cat tidy-nok.xml | tidy -quiet -xml -i However, if all XML elements comes within one line, tidy would fail: $ cat tidy-nok.xml | xargs -n 10000 | tidy -quiet -xml -i line 1 column 896 - Error: unexpected </GetManagementBundleCompressed> in...
2012-05-15 06:43:10 PDT by suntong001
I got a <script>...code...if(a[c[1]]>2)...code...</script> Tidy puts the script in CDATA block as <script>/*<![CDATA[*/...code... if(a[c[1]]>2)...code../*]]>*/</script>,but the sequence ]]> ends CDATA block.
2012-03-15 14:42:33 PDT by krzysio
Hi, i am using your Tidy lib dll in my project. but when the wrong definition is found for marquee tag the control was not able to fix it, can you please provide me the patch for the same. its urgent. thanks.
2012-02-12 22:07:27 PST by cpumc
hoehrmann committed patchset 1499 of module tidy to the HTML Tidy CVS repository, changing 1 files.
2012-01-15 12:29:22 PST by hoehrmann
hoehrmann committed patchset 1498 of module tidy to the HTML Tidy CVS repository, changing 1 files.
2012-01-15 10:11:08 PST by hoehrmann
hoehrmann committed patchset 1497 of module tidy to the HTML Tidy CVS repository, changing 1 files.
2012-01-15 06:20:57 PST by hoehrmann
hoehrmann made 2 file-release changes.
2012-01-09 13:03:04 PST by hoehrmann