jaxp/test/javax/xml/jaxp/functional/javax/xml/validation/xmlfiles/test.xml
author joehw
Wed, 28 Jan 2015 22:49:58 -0800
changeset 28697 fae50549d70d
permissions -rw-r--r--
8051547: Convert JAXP function tests: javax.xml.validation.* to jtreg (testng) tests Reviewed-by: lancea, joehw Contributed-by: frank.yuan@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28697
fae50549d70d 8051547: Convert JAXP function tests: javax.xml.validation.* to jtreg (testng) tests
joehw
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" ?>
fae50549d70d 8051547: Convert JAXP function tests: javax.xml.validation.* to jtreg (testng) tests
joehw
parents:
diff changeset
     2
 <contact xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test.xsd">
fae50549d70d 8051547: Convert JAXP function tests: javax.xml.validation.* to jtreg (testng) tests
joehw
parents:
diff changeset
     3
<name> John </name>
fae50549d70d 8051547: Convert JAXP function tests: javax.xml.validation.* to jtreg (testng) tests
joehw
parents:
diff changeset
     4
<phone>444-121-3434</phone>
fae50549d70d 8051547: Convert JAXP function tests: javax.xml.validation.* to jtreg (testng) tests
joehw
parents:
diff changeset
     5
</contact>