< prev index next >

src/java.xml/share/classes/javax/xml/transform/dom/DOMSource.java

Print this page

        

@@ -36,11 +36,11 @@
  * <p>Note that XSLT requires namespace support. Attempting to transform a DOM
  * that was not contructed with a namespace-aware parser may result in errors.
  * Parsers can be made namespace aware by calling
  * {@link javax.xml.parsers.DocumentBuilderFactory#setNamespaceAware(boolean awareness)}.</p>
  *
- * @author <a href="Jeff.Suttor@Sun.com">Jeff Suttor</a>
+ * @author Jeff Suttor
  * @see <a href="http://www.w3.org/TR/DOM-Level-2">Document Object Model (DOM) Level 2 Specification</a>
  * @since 1.4
  */
 public class DOMSource implements Source {
 
< prev index next >