org.dlese.dpc.xml
Class XSLUtils
java.lang.Object
  
org.dlese.dpc.xml.XSLUtils
public class XSLUtils
- extends Object
 
Utilities for working with XSL.
- Author:
 
  - John Weatherley
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XSLUtils
public XSLUtils()
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