DLESE Tools
v1.6.0

org.dlese.dpc.xml
Class XSLUtils

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

public class XSLUtils
extends Object

Utilities for working with XSL.

Author:
John Weatherley

Constructor Summary
XSLUtils()
           
 
Method Summary
static String getRemoveNamespacesXSL()
          Gets an XSL style sheet that removes all namespaces from an XML document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLUtils

public XSLUtils()
Method Detail

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

DLESE Tools
v1.6.0