X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fsrc%2Forg%2Fwamblee%2Fxml%2FDOMUtility.java;h=620d68114781a1e553beb0f7490fb62603b93347;hb=7d9422423b0e0085f761d080ad8a3a494b90f3b2;hp=581704447d3c2c1f8cd8c92c36c47c83c94b5351;hpb=250f2d46f13720ba3bbbb82c2c6b5142dd9d6b2e;p=utils diff --git a/support/src/org/wamblee/xml/DOMUtility.java b/support/src/org/wamblee/xml/DOMUtility.java index 58170444..620d6811 100644 --- a/support/src/org/wamblee/xml/DOMUtility.java +++ b/support/src/org/wamblee/xml/DOMUtility.java @@ -25,7 +25,8 @@ public final class DOMUtility { } /** - * Removes duplicate attributes from a DOM tree. + * Removes duplicate attributes from a DOM tree.This is useful for postprocessing the + * output of JTidy as a workaround for a bug in JTidy. * * @param aNode * Node to remove duplicate attributes from (recursively).