books_ns.xml

  1. <bookstore>
  2. <book xmlns:c="http://www.yousite.com/children/" category="CHILDREN">
  3. <c:title c:lang="en">Harry Potter</c:title>
  4. <c:author>J K. Rowling</c:author>
  5. <c:year>2005</c:year>
  6. <c:price>29.99</c:price>
  7. </book>
  8. <book xmlns:x="http://www.yousite.com/xml/" category="WEB">
  9. <x:title x:lang="en">Learning XML</x:title>
  10. <x:author>Erik T. Ray</x:author>
  11. <x:year>2003</x:year>
  12. <x:price>39.95</x:price>
  13. </book>
  14. </bookstore>