Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
PojavLauncherTeam
Edit Copy
Star
GitHub Repository:
PojavLauncherTeam/mobile
Path:
blob/master/test/jdk/javax/xml/jaxp/testng/validation/jdk8037819/fixedAttr.xml
4
1
1
5
9
views
1
<?xml
version="1.0"?>
2
<
A
>
3
<
B
fixedAttr
=
"hello"
>
howdy
</
B
>
4
<
D
>
hey
</
D
>
5
</
A
>
6
7