jdk/test/java/net/URLConnection/xml/xml1
author mikael
Fri, 04 Dec 2015 15:08:49 -0800
changeset 35090 1f5b6aa795d0
parent 2 90ce3da70b43
permissions -rw-r--r--
8144748: Move assembler/macroAssembler inline function definitions to corresponding inline.hpp files Reviewed-by: kvn, coleenp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<?xml version="1.0" encoding="US-ASCII"?>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
<doc/>
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
<!--
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
    Most legal XML documents encoded with supersets of US-ASCII
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
    will start like this document.  Includes ISO-8859-1, EUC-JP,
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
    Shift_JIS, UTF-8, ISO-2022-JP, and other encodings.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
    
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
    That is:  they're flagged up front with an XML declaration.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
-->