Class XSLUtils

java.lang.Object
org.dlese.dpc.xml.XSLUtils

public class XSLUtils extends Object
Utilities for working with XSL.
Author:
John Weatherley
  • Constructor Details

    • XSLUtils

      public XSLUtils()
  • Method Details

    • getRemoveNamespacesXSL

      public static final String 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