Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/javax/xml/jaxp/testng/validation/jdk8037819/fixedAttr.xml
41159 views
1
<?xml version="1.0"?>
2
<A>
3
<B fixedAttr="hello">howdy</B>
4
<D>hey</D>
5
</A>
6
7