jtidy Questions
2
Solved
I am trying to fetch base URL using java. I have used jtidy parser in my code to fetch the title. I am getting the title properly using jtidy, but I am not getting the base url from the given URL.
...
3
Solved
I am using JTidy to convert from HTML to XHTML but I found in my XHTML file this tag  .
Can i prevent it ?
this is my code
//from html to xhtml
try
{
fis = new FileInputStream(html...
2
Solved
I'm trying to use JTidy to pretty print a well formed HTML generated by the user:
<div class="component-holder ng-binding ng-scope ui-draggable ui-draggable-handle" data-component="cronos-datas...
4
I'm using JTidy v. r938. I'm using this code to attempt to clean up a page …
final Tidy tidy = new Tidy();
tidy.setQuiet(false);
tidy.setShowWarnings(true);
tidy.setShowErrors(0);
tidy.setMakeClea...
1
Solved
I'm looking for documentation (officially documentation if it is possible) for TagSoup and jTidy libraries.
I want use this libraries to manipulate html "tagsoup" files that include xml tags with ...
Isabea asked 15/12, 2010 at 16:49
1
© 2022 - 2024 — McMap. All rights reserved.