diff --git a/build.xml b/build.xml
index abece8810..cbbfde883 100644
--- a/build.xml
+++ b/build.xml
@@ -157,7 +157,7 @@ under the License.
-
+
-
+
+
Support stripping XSSF header and footer fields (eg page number) out of header and footer text if required
Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a similar function to HPSF's HPSFPropertiesExtractor
45539 - Improve XWPFWordExtractor to extract headers and footers
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index b9b02cc64..b59455ebf 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -33,7 +33,11 @@
-
+
+
Support stripping XSSF header and footer fields (eg page number) out of header and footer text if required
Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a similar function to HPSF's HPSFPropertiesExtractor
45539 - Improve XWPFWordExtractor to extract headers and footers