Package org.dlese.dpc.xml
Class XSLUtils
java.lang.Object
org.dlese.dpc.xml.XSLUtils
Utilities for working with XSL.
- Author:
- John Weatherley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringGets an XSL style sheet that removes all namespaces from an XML document.
-
Constructor Details
-
XSLUtils
public XSLUtils()
-
-
Method Details
-
getRemoveNamespacesXSL
Gets an XSL style sheet that removes all namespaces from an XML document. With namespaces removed, the XPath syntax necessary to work with the document is greatly simplified.- Returns:
- An XSL style sheet that removes all namespaces from an XML document
-