You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/tests/Zend/Config/_files/array.xml

32 lines
559 B
XML

<?xml version="1.0"?>
<config>
<one>
<two>2a</two>
<two>2b</two>
</one>
<three>
<four>
<five>5</five>
</four>
<four>4</four>
<four>
<five>5</five>
</four>
</three>
<six>
<seven>
<eight>1</eight>
<nine>1</nine>
</seven>
<seven>
<eight>2</eight>
<nine>2</nine>
</seven>
<seven>
<eight>3</eight>
<nine>3</nine>
</seven>
</six>
</config>