Gitiles
Code Review
Sign In
git.eclipse.org
/
sourceediting
/
webtools.sourceediting.xpath.tests
/
ec8522da5695476fea340393cdbd8aa381d5801f
/
.
/
tests
/
org.eclipse.wst.xml.xpath2.wtptypes.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>