Sign in
eclipse
/
gerrit
/
sourceediting
/
webtools.sourceediting.xpath.tests
/
9328988d73861c97adede499c99608f5ac177d8d
/
.
/
tests
/
org.eclipse.wst.xml.xpath2.processor.tests
/
bugTestFiles
/
attrNodeTest.xml
blob: 974077f0d7b900f1bdb9d8b13e1a2145d62ec6f5 [
file
] [
log
] [
blame
]
<Example
xmlns:xsi
=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation
=
"attrNodeTest.xsd"
>
<x
mesg
=
"hello"
/>
<x
mesg
=
"world"
/>
<x
mesg
=
"test"
/>
<y
intAttr
=
"42"
/>
</Example>