/bundles/plugins-trunk/XML/test_data/split_tag/test.xml

# · XML · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · 9f433832732893be854c9236f6863a79 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <a> bbbb
  3. <b></b>
  4. <c:c xmlns:c="urn:hello">you could
  5. handle namespace bindings !</c:c>
  6. <and even="entities, like &lt;
  7. instead of simply replacing them !"/>
  8. <simple a="1" b="2"
  9. c="3">
  10. test
  11. </simple>
  12. </a>