jdk/test/javax/xml/jaxp/testng/validation/8037819/fixedAttr.xml
author katleman
Thu, 16 Oct 2014 12:02:03 -0700
changeset 27115 2a65d9f1c324
parent 26335 67078b90e47b
permissions -rw-r--r--
Added tag jdk9-b35 for changeset 766607612d81
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26335
67078b90e47b 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
joehw
parents:
diff changeset
     1
<?xml version="1.0"?>
67078b90e47b 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
joehw
parents:
diff changeset
     2
<A>
67078b90e47b 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
joehw
parents:
diff changeset
     3
  <B fixedAttr="hello">howdy</B>
67078b90e47b 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
joehw
parents:
diff changeset
     4
  <D>hey</D>
67078b90e47b 8037819: Xerces Update: jaxp/validation/XMLSchemaFactory
joehw
parents:
diff changeset
     5
</A>