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

org.apache.axiom.ts.xml.bulk.AXIS2-565.xml Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
<?xml version="1.0"?>
<root>
    <node>Some text</node>
    <node>More test</node>
    <items>
        <item shape="rectangle" xmlns:col="urn:mycolor">
            <col:color rgb="#FF0000">red</col:color>
            <name>My fine <b>item</b></name>
        </item>
        <item shape="circle" xmlns:col="urn:mycolor">
            <col:color rgb="#0000FF">blue</col:color>
            <name>Something else</name>
        </item>
    </items>
    <shapes>
        <shape>rectangle</shape>
        <shape>circle</shape>
        <shape basedOn="rectangle">square</shape>
    </shapes>
</root>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy