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

org.apache.axiom.ts.dom.document.input.xml Maven / Gradle / Ivy

Go to download

DOM test suite. This test suite can be applied to any DOM implementation. It is validated against Apache Xerces.

The newest version!
<?xml version="1.0" encoding="utf-8"?>
<sales>
    <division id="North">
        <revenue>10</revenue>
        <growth>9</growth>
        <bonus>7</bonus>
    </division>
    <division id="South">
        <revenue>4</revenue>
        <growth>3</growth>
        <bonus>4</bonus>
    </division>
    <division id="West">
        <revenue>6</revenue>
        <growth>-1.5</growth>
        <bonus>2</bonus>
    </division>
</sales>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy