content-type: text/html content-length: 13177
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE people>
<!--some comment-->
<people xmlns:first="http://parser.ru/first" xmlns:second="http://parser.ru/second">
	   	<man first:attrname="attr value">
            <name>ПИФ&amp;</name>
	   	</man>
	<man id="1" имя="word слово">
		<name>P«AF	B</name>
		<tst:findme xmlns:tst="http://parser.ru/tst">secret</tst:findme>
	</man>
</people>


[9]
     [14]
     [8] some comment
     <people >
         [3]
         <man attrname="attr value" >
             [3]
             <name >
                 [3] ПИФ&
             [3]
            </name>
         [3]
         <man id="1" имя="word слово" >
             [3]
             <name >
                 [3] P«AF B
             [3]
             <findme >
                 [3] secret
             [3]
            </findme>
            </name>
         [3]
        </man>
        </man>
    </people>


attr value
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE people>
<!--some comment-->
<people xmlns:first="http://parser.ru/first" xmlns:second="http://parser.ru/second">
	   	<man first:attrname="attr value">
            <name>ПИФ&amp;</name>
	   	</man>
	<man id="1" имя="word слово" second:attrname2="value 2">
		<name>P«AF	B</name>
		<tst:findme xmlns:tst="http://parser.ru/tst">secret</tst:findme>
	</man>
</people>


[9]
     [14]
     [8] some comment
     <people >
         [3]
         <man attrname="attr value" >
             [3]
             <name >
                 [3] ПИФ&
             [3]
            </name>
         [3]
         <man id="1" attrname2="value 2" имя="word слово" >
             [3]
             <name >
                 [3] P«AF B
             [3]
             <findme >
                 [3] secret
             [3]
            </findme>
            </name>
         [3]
        </man>
        </man>
    </people>


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE people>
<!--some comment-->
<people xmlns:first="http://parser.ru/first" xmlns:second="http://parser.ru/second">
	   	<man>
            <name>ПИФ&amp;</name>
	   	</man>
	<man id="1" имя="word слово" second:attrname2="value 2">
		<name>P«AF	B</name>
		<tst:findme xmlns:tst="http://parser.ru/tst">secret</tst:findme>
	</man>
</people>


[9]
     [14]
     [8] some comment
     <people >
         [3]
         <man >
             [3]
             <name >
                 [3] ПИФ&
             [3]
            </name>
         [3]
         <man id="1" attrname2="value 2" имя="word слово" >
             [3]
             <name >
                 [3] P«AF B
             [3]
             <findme >
                 [3] secret
             [3]
            </findme>
            </name>
         [3]
        </man>
        </man>
    </people>


=value 2= =value 2=
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE people>
<!--some comment-->
<people xmlns:first="http://parser.ru/first" xmlns:second="http://parser.ru/second">
	   	<man>
            <name>ПИФ&amp;</name>
	   	</man>
	<man id="1" имя="word слово" second:attrname2="changed attribute value">
		<name>P«AF	B</name>
		<tst:findme xmlns:tst="http://parser.ru/tst">secret</tst:findme>
	</man>
</people>


[9]
     [14]
     [8] some comment
     <people >
         [3]
         <man >
             [3]
             <name >
                 [3] ПИФ&
             [3]
            </name>
         [3]
         <man id="1" attrname2="changed attribute value" имя="word слово" >
             [3]
             <name >
                 [3] P«AF B
             [3]
             <findme >
                 [3] secret
             [3]
            </findme>
            </name>
         [3]
        </man>
        </man>
    </people>


right
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE people>
<!--some comment-->
<people xmlns:first="http://parser.ru/first" xmlns:second="http://parser.ru/second">
	   	<man>
            <name>ПИФ&amp;</name>
	   	</man>
	<man id="1" имя="word слово" second:attrname2="changed attribute value" third:attrname3="value3">
		<name>P«AF	B</name>
		<tst:findme xmlns:tst="http://parser.ru/tst">secret</tst:findme>
	</man>
</people>


[9]
     [14]
     [8] some comment
     <people >
         [3]
         <man >
             [3]
             <name >
                 [3] ПИФ&
             [3]
            </name>
         [3]
         <man имя="word слово" attrname2="changed attribute value" attrname3="value3" id="1" >
             [3]
             <name >
                 [3] P«AF B
             [3]
             <findme >
                 [3] secret
             [3]
            </findme>
            </name>
         [3]
        </man>
        </man>
    </people>


<findme >
     [3] secret
</findme>


right
right