Merge "BUG-272: remove tabs from XML files"
authorTony Tkacik <ttkacik@cisco.com>
Tue, 10 Jun 2014 10:46:37 +0000 (10:46 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 10 Jun 2014 10:46:37 +0000 (10:46 +0000)
26 files changed:
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/augmentation/xml/data.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/choice/xml/data_case_defined_without_case.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/choice/xml/data_container.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/choice/xml/data_leaflist.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/choice/xml/data_list.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/choice/xml/data_more_choices_same_level.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/choice/xml/data_more_choices_same_level_various_paths_err.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/choice/xml/data_no_first_case.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/choice/xml/data_random_level.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/choice/xml/data_three_choices_same_level.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/choice/xml/data_various_path_err.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/leafref/xml/data_absolut_ref_to_existing_leaf.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/leafref/xml/data_from_leafref_to_leafref.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/leafref/xml/data_ref_to_non_existing_leaf.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/leafref/xml/data_ref_to_not_leaf.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/leafref/xml/data_relativ_ref_from_leaflist_to_existing_leaf.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/leafref/xml/data_relativ_ref_to_existing_leaf.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/simple-data-types/xml/data.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/simple-yang-types/xml/data.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/cnsn-to-json/simple-yang-types/xml/empty_data.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/full-versions/test-data2/data-rpc-input.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/instanceidentifier/xml/xmldata.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/parts/ietf-interfaces_interfaces_absolute_path.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/xml-to-cnsn/data-container.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/xml-to-cnsn/data-list.xml
opendaylight/md-sal/sal-rest-connector/src/test/resources/xml-to-cnsn/empty-data.xml

index 08cdb3429077c60b5d458c63b4247d4d0f5998a5..5b1c8324acf603ec2dd2e5d10aa69ca940bc723c 100644 (file)
@@ -1,16 +1,16 @@
 <cont>
-       <lf1>lf1</lf1>
-       <lf2>lf2</lf2>
-       <cont1>
-               <lf11>lf11</lf11>
-       </cont1>
-       <lst1>
-               <lf11>lf1_1</lf11>
-       </lst1>
-       <lst1>
-               <lf11>lf1_2</lf11>
-       </lst1>
-       <lflst1>lflst1_1</lflst1>
-       <lflst1>lflst1_2</lflst1>
-       <lflst1>lflst1_3</lflst1>
+    <lf1>lf1</lf1>
+    <lf2>lf2</lf2>
+    <cont1>
+        <lf11>lf11</lf11>
+    </cont1>
+    <lst1>
+        <lf11>lf1_1</lf11>
+    </lst1>
+    <lst1>
+        <lf11>lf1_2</lf11>
+    </lst1>
+    <lflst1>lflst1_1</lflst1>
+    <lflst1>lflst1_2</lflst1>
+    <lflst1>lflst1_3</lflst1>
 </cont>
\ No newline at end of file
index 9c751949d0a68657869e7df19c6cfaaaec6b12d4..0d5fa4a5147c4a13016f8a32af54923c26852200 100644 (file)
@@ -1,5 +1,5 @@
 <cont>
-       <cont1c>
-               <lf11c>lf11c val</lf11c>
-       </cont1c>
+    <cont1c>
+        <lf11c>lf11c val</lf11c>
+    </cont1c>
 </cont>
\ No newline at end of file
index 6cebb6424af1e83152945716e4cd77b2fcd4423f..0278389d73521eb1679c36b2277925f9e91badd9 100644 (file)
@@ -1,4 +1,4 @@
 <cont>
-       <lflst1d>lflst1d_1 val</lflst1d>
-       <lflst1d>lflst1d_2 val</lflst1d>
+    <lflst1d>lflst1d_1 val</lflst1d>
+    <lflst1d>lflst1d_2 val</lflst1d>
 </cont>
\ No newline at end of file
index 710da55de661a2bcb073f0859c09d2962c5fb39a..488873d5efe83ec76e03864d79ff231e40a086df 100644 (file)
@@ -1,8 +1,8 @@
 <cont>
-       <lst1b>
-               <lf11b>lf11b_1 val</lf11b>
-       </lst1b>
-       <lst1b>
-               <lf11b>lf11b_2 val</lf11b>
-       </lst1b>
+    <lst1b>
+        <lf11b>lf11b_1 val</lf11b>
+    </lst1b>
+    <lst1b>
+        <lf11b>lf11b_2 val</lf11b>
+    </lst1b>
 </cont>
\ No newline at end of file
index 97e219736fa1eb906a32d250699c07d4fd409da4..f21d83f8f04b0d92eed343baa536794aae87e7dd 100644 (file)
@@ -1,6 +1,6 @@
 <cont>
-       <cont1c>
-               <lf11c>lf11c val</lf11c>
-       </cont1c>
-       <lf2b>lf2b value</lf2b>
+    <cont1c>
+        <lf11c>lf11c val</lf11c>
+    </cont1c>
+    <lf2b>lf2b value</lf2b>
 </cont>
\ No newline at end of file
index 331c8aec085a048f3369b85e2ba6fb09eb3a3d7a..9e28730355a4474f4ff1254857a8a3f209e94094 100644 (file)
@@ -1,7 +1,7 @@
 <cont>
-       <cont1c>
-               <lf11c>lf11c val</lf11c>
-       </cont1c>
-       <lf2b>lf2b value</lf2b>
-       <lf2a>lf2b value</lf2a>
+    <cont1c>
+        <lf11c>lf11c val</lf11c>
+    </cont1c>
+    <lf2b>lf2b value</lf2b>
+    <lf2a>lf2b value</lf2a>
 </cont>
\ No newline at end of file
index 43e9974a2c9725b5e8a58ce8274a505dfeff700e..dbd2684526f9c1311eb31ab7c3337179bc273338 100644 (file)
@@ -1,5 +1,5 @@
 <cont>
-       <lf1>lf1 val</lf1>
-       <lf1a>121</lf1a>
-       <lf1ab>lf1ab val</lf1ab>
+    <lf1>lf1 val</lf1>
+    <lf1a>121</lf1a>
+    <lf1ab>lf1ab val</lf1ab>
 </cont>
\ No newline at end of file
index b1b78e474481bfd1ad4f152eccf7d5e7d05949a6..e3e66b78e65ee6a44c256f71425406f656358cf0 100644 (file)
@@ -1,6 +1,6 @@
 <cont>
-       <lf1aa>lf1aa val</lf1aa>
-       <lf1>lf1 val</lf1>
-       <lf1a>121</lf1a>
-       <lf1aaa>lf1aaa val</lf1aaa>
+    <lf1aa>lf1aa val</lf1aa>
+    <lf1>lf1 val</lf1>
+    <lf1a>121</lf1a>
+    <lf1aaa>lf1aaa val</lf1aaa>
 </cont>
\ No newline at end of file
index ecc0caae5613e815135370344279aa24582fa10a..49b4143a2e44fb5898c7ad7691cf338d5af46ed1 100644 (file)
@@ -1,13 +1,13 @@
 <cont>
-       <lf1aaa>lf1aaa value</lf1aaa>
-       <lf2b>lf2b value</lf2b>
-       <lst4a>
-               <lf4ab>33</lf4ab>
-       </lst4a>
-       <lst4a>
-               <lf4ab>33</lf4ab>
-       </lst4a>
-       <lst4a>
-               <lf4ab>37</lf4ab>
-       </lst4a>
+    <lf1aaa>lf1aaa value</lf1aaa>
+    <lf2b>lf2b value</lf2b>
+    <lst4a>
+        <lf4ab>33</lf4ab>
+    </lst4a>
+    <lst4a>
+        <lf4ab>33</lf4ab>
+    </lst4a>
+    <lst4a>
+        <lf4ab>37</lf4ab>
+    </lst4a>
 </cont>
\ No newline at end of file
index c43dab60c0bc196672c32d6a8482816964f10cd5..65abd19d31de3ad97abd7d539968e16a57686f15 100644 (file)
@@ -1,6 +1,6 @@
 <cont>
-       <lf1aa>lf1aa val</lf1aa>
-       <lf1>lf1 val</lf1>
-       <lf1a>121</lf1a>
-       <lf1ab>lf1ab value</lf1ab>      
+    <lf1aa>lf1aa val</lf1aa>
+    <lf1>lf1 val</lf1>
+    <lf1a>121</lf1a>
+    <lf1ab>lf1ab value</lf1ab>    
 </cont>
\ No newline at end of file
index bbebabec4edb21b87ec882ec761cb79c7cd6399f..6bb975947b0c774951aa277be57f3fb8eeea61da 100644 (file)
@@ -1,6 +1,6 @@
 <cont>
-       <cont1>
-               <lf11>true</lf11>
-       </cont1>
-       <lf3>true</lf3>
+    <cont1>
+        <lf11>true</lf11>
+    </cont1>
+    <lf3>true</lf3>
 </cont>
\ No newline at end of file
index 0d8cf660ac3c056257a3053c5e629e653b894fcf..49d2dc39aa8688df339a65e476b535c093b36540 100644 (file)
@@ -1,5 +1,5 @@
 <cont>
-       <lflst1>345</lflst1>
-       <lflst1>346</lflst1>
-       <lflst1>347</lflst1>
+    <lflst1>345</lflst1>
+    <lflst1>346</lflst1>
+    <lflst1>347</lflst1>
 </cont>
\ No newline at end of file
index f73ce1b65c38a154a8ae2067318c1b261e012c36..5fcc9e65a18e70a1542fd70e6bd487f75fd32bed 100644 (file)
@@ -1,42 +1,42 @@
 <cont>
-       <lfnint8Min>-128</lfnint8Min>
-       <lfnint8Max>127</lfnint8Max>
-       <lfnint16Min>-32768</lfnint16Min>
-       <lfnint16Max>32767</lfnint16Max>
-       <lfnint32Min>-2147483648</lfnint32Min>
-       <lfnint32Max>2147483647</lfnint32Max>
-       <lfnint64Min>-9223372036854775808</lfnint64Min>
-       <lfnint64Max>9223372036854775807</lfnint64Max>  
-       <lfnuint8Max>255</lfnuint8Max>
-       <lfnuint16Max>65535</lfnuint16Max>
-       <lfnuint32Max>4294967295</lfnuint32Max>
-       <lfstr>lfstr</lfstr>
-       <lfstr1></lfstr1>
-       <lfbool1>true</lfbool1>
-       <lfbool2>false</lfbool2>
-       <lfbool3>bla</lfbool3>
-       <lfdecimal1>43.32</lfdecimal1>
-       <lfdecimal2>-0.43</lfdecimal2>
-       <lfdecimal3>43</lfdecimal3>
-       <lfdecimal4>43E3</lfdecimal4>
-       <lfdecimal6>33.12345</lfdecimal6>
-       <lfenum>enum3</lfenum>
-       <lfbits>bit3 bit2</lfbits>      
-       <lfbinary>ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz</lfbinary>
-       <lfempty />
-       <lfunion1>324</lfunion1>
-       <lfunion2>33.3</lfunion2>
-       <lfunion3>55</lfunion3>
-       <lfunion4>true</lfunion4>
-       <lfunion5>true</lfunion5>
-       <lfunion6>10</lfunion6>
-       <lfunion7></lfunion7>
-       <lfunion8></lfunion8>
-       <lfunion9></lfunion9>
-       <lfunion10>bt1</lfunion10>
-       <lfunion11>33</lfunion11>
-       <lfunion12>false</lfunion12>
-       <lfunion13>b1</lfunion13>
-       <lfunion14>zero</lfunion14>
-       <identityref1 xmlns:x="simple:data:types">x:iden</identityref1>
+    <lfnint8Min>-128</lfnint8Min>
+    <lfnint8Max>127</lfnint8Max>
+    <lfnint16Min>-32768</lfnint16Min>
+    <lfnint16Max>32767</lfnint16Max>
+    <lfnint32Min>-2147483648</lfnint32Min>
+    <lfnint32Max>2147483647</lfnint32Max>
+    <lfnint64Min>-9223372036854775808</lfnint64Min>
+    <lfnint64Max>9223372036854775807</lfnint64Max>    
+    <lfnuint8Max>255</lfnuint8Max>
+    <lfnuint16Max>65535</lfnuint16Max>
+    <lfnuint32Max>4294967295</lfnuint32Max>
+    <lfstr>lfstr</lfstr>
+    <lfstr1></lfstr1>
+    <lfbool1>true</lfbool1>
+    <lfbool2>false</lfbool2>
+    <lfbool3>bla</lfbool3>
+    <lfdecimal1>43.32</lfdecimal1>
+    <lfdecimal2>-0.43</lfdecimal2>
+    <lfdecimal3>43</lfdecimal3>
+    <lfdecimal4>43E3</lfdecimal4>
+    <lfdecimal6>33.12345</lfdecimal6>
+    <lfenum>enum3</lfenum>
+    <lfbits>bit3 bit2</lfbits>    
+    <lfbinary>ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz</lfbinary>
+    <lfempty />
+    <lfunion1>324</lfunion1>
+    <lfunion2>33.3</lfunion2>
+    <lfunion3>55</lfunion3>
+    <lfunion4>true</lfunion4>
+    <lfunion5>true</lfunion5>
+    <lfunion6>10</lfunion6>
+    <lfunion7></lfunion7>
+    <lfunion8></lfunion8>
+    <lfunion9></lfunion9>
+    <lfunion10>bt1</lfunion10>
+    <lfunion11>33</lfunion11>
+    <lfunion12>false</lfunion12>
+    <lfunion13>b1</lfunion13>
+    <lfunion14>zero</lfunion14>
+    <identityref1 xmlns:x="simple:data:types">x:iden</identityref1>
 </cont>
\ No newline at end of file
index 17dc2657b05932cf5a0b3685534545c7afa9e24b..89746e5db8ac2bd7552e83214c380b29a1cbbbb7 100644 (file)
@@ -1,63 +1,63 @@
 <cont1>
-       <lf11>lf</lf11>
-       <lflst11>56</lflst11>
-       <lflst11>55</lflst11>
-       <lflst11>57</lflst11>
-       <lflst12>lflst12 str3</lflst12>
-       <lst11>
-               <lst112>
-                       <lf1121>lf1121 str22</lf1121>
-               </lst112>       
-               <lf111>141</lf111>
-               <lf112>lf112 str2</lf112>
-               <lst111>
-                       <lf1111>55</lf1111>
-               </lst111>       
-               <cont111>
-                       <lflst1111>4097</lflst1111>
-                       <lflst1111>2049</lflst1111>
-                       <lflst1111>1025</lflst1111>
-                       <lst1111>
-                               <lf1111A>lf1111A str22</lf1111A>
-                               <lf1111B>8</lf1111B>
-                       </lst1111>
-                       <lf1111>lf1111 str2</lf1111>
-                       <lst1111>
-                               <lf1111B>5</lf1111B>
-                               <lf1111A>lf1111A str21</lf1111A>
-                       </lst1111>
-               </cont111>
-               <lst111>
-                       <lf1111>56</lf1111>
-               </lst111>       
-               <lst112>
-                       <lf1121>lf1121 str21</lf1121>
-               </lst112>       
-       </lst11>
-       <lflst12>lflst12 str1</lflst12> 
-       <lst11>
-               <lf111>140</lf111>
-               <lf112>lf112 str</lf112>
-               <cont111>
-                       <lf1111>lf1111 str</lf1111>
-                       <lflst1111>2048</lflst1111>
-                       <lflst1111>1024</lflst1111>
-                       <lflst1111>4096</lflst1111>
-                       <lst1111>
-                               <lf1111A>lf1111A str11</lf1111A>
-                               <lf1111B>4</lf1111B>
-                       </lst1111>
-                       <lst1111>
-                               <lf1111A>lf1111A str12</lf1111A>
-                               <lf1111B>7</lf1111B>
-                       </lst1111>
-               </cont111>
-               <lst111>
-                       <lf1111>65</lf1111>
-               </lst111>       
-               <lst112>
-                       <lf1121>lf1121 str11</lf1121>
-               </lst112>
-       </lst11>
-       <lflst12>lflst12 str2</lflst12> 
+    <lf11>lf</lf11>
+    <lflst11>56</lflst11>
+    <lflst11>55</lflst11>
+    <lflst11>57</lflst11>
+    <lflst12>lflst12 str3</lflst12>
+    <lst11>
+        <lst112>
+            <lf1121>lf1121 str22</lf1121>
+        </lst112>    
+        <lf111>141</lf111>
+        <lf112>lf112 str2</lf112>
+        <lst111>
+            <lf1111>55</lf1111>
+        </lst111>    
+        <cont111>
+            <lflst1111>4097</lflst1111>
+            <lflst1111>2049</lflst1111>
+            <lflst1111>1025</lflst1111>
+            <lst1111>
+                <lf1111A>lf1111A str22</lf1111A>
+                <lf1111B>8</lf1111B>
+            </lst1111>
+            <lf1111>lf1111 str2</lf1111>
+            <lst1111>
+                <lf1111B>5</lf1111B>
+                <lf1111A>lf1111A str21</lf1111A>
+            </lst1111>
+        </cont111>
+        <lst111>
+            <lf1111>56</lf1111>
+        </lst111>    
+        <lst112>
+            <lf1121>lf1121 str21</lf1121>
+        </lst112>    
+    </lst11>
+    <lflst12>lflst12 str1</lflst12>    
+    <lst11>
+        <lf111>140</lf111>
+        <lf112>lf112 str</lf112>
+        <cont111>
+            <lf1111>lf1111 str</lf1111>
+            <lflst1111>2048</lflst1111>
+            <lflst1111>1024</lflst1111>
+            <lflst1111>4096</lflst1111>
+            <lst1111>
+                <lf1111A>lf1111A str11</lf1111A>
+                <lf1111B>4</lf1111B>
+            </lst1111>
+            <lst1111>
+                <lf1111A>lf1111A str12</lf1111A>
+                <lf1111B>7</lf1111B>
+            </lst1111>
+        </cont111>
+        <lst111>
+            <lf1111>65</lf1111>
+        </lst111>    
+        <lst112>
+            <lf1121>lf1121 str11</lf1121>
+        </lst112>
+    </lst11>
+    <lflst12>lflst12 str2</lflst12>    
 </cont1>
index 68470eab26ad9f19955f58a6a8fb458e4707d7e2..955104b6e2808d825f1b9cf53fa7b9faac870769 100644 (file)
@@ -1,40 +1,40 @@
 <cont1>
-       <lst11>
-               <lf111>1</lf111>
-               <lst111></lst111>       
-               <lst111></lst111>       
-               <lst111>
-                       <lf1111></lf1111>
-               </lst111>       
-               <lst111>
-                       <lf1111>35</lf1111>
-               </lst111>       
-               <cont111></cont111>             
-       </lst11>
-       <lst11>
-               <lf111>2</lf111>
-               <cont111>
-                       <lf1111></lf1111>
-                       <lflst1111></lflst1111>
-                       <lflst1111>1024</lflst1111>
-                       <lflst1111>4096</lflst1111>
-                       <lst1111>
-                               <lf1111B>4</lf1111B>
-                       </lst1111>
-                       <lst1111>
-                               <lf1111A>lf1111A str12</lf1111A>
-                       </lst1111>
-               </cont111>
-               <lst112></lst112>
-       </lst11>
-       <lst11>
-               <lf111>3</lf111>
-               <cont111>
-                       <lf1111></lf1111>
-                       <lflst1111></lflst1111>
-                       <lflst1111></lflst1111>
-                       <lst1111></lst1111>
-                       <lst1111></lst1111>
-               </cont111>
-       </lst11>
+    <lst11>
+        <lf111>1</lf111>
+        <lst111></lst111>    
+        <lst111></lst111>    
+        <lst111>
+            <lf1111></lf1111>
+        </lst111>    
+        <lst111>
+            <lf1111>35</lf1111>
+        </lst111>    
+        <cont111></cont111>        
+    </lst11>
+    <lst11>
+        <lf111>2</lf111>
+        <cont111>
+            <lf1111></lf1111>
+            <lflst1111></lflst1111>
+            <lflst1111>1024</lflst1111>
+            <lflst1111>4096</lflst1111>
+            <lst1111>
+                <lf1111B>4</lf1111B>
+            </lst1111>
+            <lst1111>
+                <lf1111A>lf1111A str12</lf1111A>
+            </lst1111>
+        </cont111>
+        <lst112></lst112>
+    </lst11>
+    <lst11>
+        <lf111>3</lf111>
+        <cont111>
+            <lf1111></lf1111>
+            <lflst1111></lflst1111>
+            <lflst1111></lflst1111>
+            <lst1111></lst1111>
+            <lst1111></lst1111>
+        </cont111>
+    </lst11>
 </cont1>
index 5954c091e32e86686dbc8de327e6011bd845b4b1..fb9726d5b1f228e38001f008b1890ecf11c5b5f2 100644 (file)
@@ -1,8 +1,8 @@
 <input xmlns="test:module">
-       <cont>
-           <cont1>
-               <lf11>lf1 data</lf11>
-               <lf12>lf2 data</lf12>
-           </cont1>
-       </cont>
+    <cont>
+        <cont1>
+            <lf11>lf1 data</lf11>
+            <lf12>lf2 data</lf12>
+        </cont1>
+    </cont>
 </input>
\ No newline at end of file
index 768cb663ebd4a53dc4898297d0f17b7c79c49987..bd558fb6b912a4e657d2420138d48818b76079c5 100644 (file)
@@ -1,10 +1,10 @@
 <cont xmlns="instance:identifier:module">
     <cont1>
-           <lst11 xmlns="augment:module" xmlns:c="augment:augment:module">
-               <keyvalue111>value1</keyvalue111>
-               <keyvalue112>value2</keyvalue112>
-               <lf111 xmlns="augment:augment:module" xmlns:a="instance:identifier:module" xmlns:b="augment:module" >/a:cont/a:cont1/b:lst11[b:keyvalue111="value1"][b:keyvalue112="value2"]/c:lf112</lf111>
-               <lf112 xmlns="augment:augment:module">lf112 value</lf112>
-           </lst11>
+        <lst11 xmlns="augment:module" xmlns:c="augment:augment:module">
+            <keyvalue111>value1</keyvalue111>
+            <keyvalue112>value2</keyvalue112>
+            <lf111 xmlns="augment:augment:module" xmlns:a="instance:identifier:module" xmlns:b="augment:module" >/a:cont/a:cont1/b:lst11[b:keyvalue111="value1"][b:keyvalue112="value2"]/c:lf112</lf111>
+            <lf112 xmlns="augment:augment:module">lf112 value</lf112>
+        </lst11>
     </cont1>
 </cont>
index 7e3aa97987544bb94a95a680670ceaf670ee1a2b..313f32dce1626d5c43e1fe26edffcd42ba849b69 100644 (file)
@@ -1,8 +1,8 @@
 <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces" >
-       <interface>
-         <name>eth0</name>
-         <type>ethernetCsmacd</type>
-         <enabled>false</enabled>
-         <description>some interface</description>
-       </interface>
+    <interface>
+      <name>eth0</name>
+      <type>ethernetCsmacd</type>
+      <enabled>false</enabled>
+      <description>some interface</description>
+    </interface>
 </interfaces>
\ No newline at end of file
index ce97dd1715c51e8f96b54ca90da5a4d9f6d88ef7..d41b872a9b91e035440951b8a57acd9cc90fd980 100644 (file)
@@ -1,14 +1,14 @@
 <cont>
-       <lf1>str0</lf1>
-       <lf2></lf2>
-       <lf3/>
-       <lflst1>121</lflst1>
-       <lflst1>131</lflst1>
-       <lflst1>str1</lflst1>
-       <lst1>
-               <lf11>str2</lf11>
-       </lst1>                 
-       <cont1>
-               <lf11>100</lf11>
-       </cont1>
+    <lf1>str0</lf1>
+    <lf2></lf2>
+    <lf3/>
+    <lflst1>121</lflst1>
+    <lflst1>131</lflst1>
+    <lflst1>str1</lflst1>
+    <lst1>
+        <lf11>str2</lf11>
+    </lst1>            
+    <cont1>
+        <lf11>100</lf11>
+    </cont1>
 </cont>
index cab23c656e7293329b7fd8d9073cc82f0723ce8f..ec3afd720a0f0412a0bdeda38b3352ee600ab688 100644 (file)
@@ -1,21 +1,21 @@
 <cont>
-       <lst1>
-               <lf11>str0</lf11>
-               <lflst11>121</lflst11>
-               <lflst11>131</lflst11>
-               <lflst11>str1</lflst11>
-               <lst11>
-                       <lf111>str2</lf111>
-               </lst11>                        
-               <cont11>
-                       <lf111>100</lf111>
-               </cont11>
-       </lst1>
-       <lst1>
-               <lflst11>221</lflst11>
-               <cont11>
-                       <lf111>100</lf111>
-               </cont11>
-       </lst1> 
-       <lf1>lf1</lf1>
+    <lst1>
+        <lf11>str0</lf11>
+        <lflst11>121</lflst11>
+        <lflst11>131</lflst11>
+        <lflst11>str1</lflst11>
+        <lst11>
+            <lf111>str2</lf111>
+        </lst11>            
+        <cont11>
+            <lf111>100</lf111>
+        </cont11>
+    </lst1>
+    <lst1>
+        <lflst11>221</lflst11>
+        <cont11>
+            <lf111>100</lf111>
+        </cont11>
+    </lst1>    
+    <lf1>lf1</lf1>
 </cont>
index 162a5568877d471e3e489ed6fab1adb0845abc09..02c3f65438e1c1ecd626ff3e7aad298b7f6a389b 100644 (file)
@@ -1,8 +1,8 @@
 <cont>
-       <lf1></lf1>
-       <lflst1></lflst1>
-       <lflst1></lflst1>
-       <lst1>          
-               <lf11></lf11>
-       </lst1>                 
+    <lf1></lf1>
+    <lflst1></lflst1>
+    <lflst1></lflst1>
+    <lst1>        
+        <lf11></lf11>
+    </lst1>            
 </cont>