Content-Type: text/html Content-Length: 13769
<?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>ПИФ&</name> </man> <man id="1" имя="word слово"> <name>P«AF B</name> <tst:findme xmlns:tst="http://parser.ru/tst">secret</tst:findme> </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 first:attrname="attr value"> <name>ПИФ&</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>
<?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>ПИФ&</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>
<?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>ПИФ&</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>
<?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>ПИФ&</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>