All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.axiom.ts.om.document.digest4.xml Maven / Gradle / Ivy

Go to download

The Axiom implementation test suite. This test suite can be used to check conformance of a particular Axiom implementation.

There is a newer version: 2.0.0
Show newest version
<?xml version="1.0"?>
<?pi1 data1?>
<root xmlns="urn:test">
    <?pi2 data2?>
    <!-- Some comment -->
    <child1 attr1="value1" attr2="value2"/>
    <child2 xml:lang="en">
        Text
    </child2>
    <child3 ns1:c="c" ns2:b="b" ns3:a="a" xmlns:ns1="urn:ns1" xmlns:ns2="http://example.org" xmlns:ns3="urn:ns3">
        More text
    </child3>
</root>
<?pi3 data3?>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy