< prev index next >

src/java.xml/share/classes/javax/xml/transform/package.html

Print this page

        

*** 1,6 **** ! <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it --- 1,6 ---- ! <!doctype html> <!-- Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it
*** 22,36 **** Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions. --> ! <!DOCTYPE html ! PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! ! <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>javax.xml.transform</title> <meta name="CVS" --- 22,32 ---- Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions. --> ! <html> <head> <title>javax.xml.transform</title> <meta name="CVS"
*** 95,105 **** </code> </pre> <h3> ! <a name="qname-delimiter">Qualified Name Representation</a> </h3> <p><a href="http://www.w3.org/TR/REC-xml-names">Namespaces</a> present something of a problem area when dealing with XML objects. Qualified Names appear in XML markup as prefixed names. But the prefixes themselves do --- 91,101 ---- </code> </pre> <h3> ! <a id="qname-delimiter">Qualified Name Representation</a> </h3> <p><a href="http://www.w3.org/TR/REC-xml-names">Namespaces</a> present something of a problem area when dealing with XML objects. Qualified Names appear in XML markup as prefixed names. But the prefixes themselves do
< prev index next >