From 868bfee512331e44b90a2cf42d4b734f79ed4622 Mon Sep 17 00:00:00 2001 From: Stef Date: Tue, 13 Jul 2004 02:53:48 +0000 Subject: Consolidate certain tags to the beginning of the document. --- src/xmlfixups.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xmlfixups.h') diff --git a/src/xmlfixups.h b/src/xmlfixups.h index 2def770..a250c5a 100644 --- a/src/xmlfixups.h +++ b/src/xmlfixups.h @@ -57,6 +57,7 @@ public: static void wrapTags(DOM::Document& document, const string& tagName, const string& wrapName); static void removeTags(const DOM::Document& doc); static void removeDuplicates(const DOM::Document& doc); + static void consolidateStartTags(DOM::Document& doc); static void consolidateEndTags(DOM::Document& doc); }; -- cgit v1.2.3