XML and namespaces

Simon Wistow simon at thegestalt.org
Mon Mar 17 19:22:58 GMT 2008


Say I have a document that looks like


<foo xmlns:bar="http://example.com/bar">
  <bar:subelement attr="something"> 
    value
  </bar>
</foo>


is the elementname of the subelement "bar:subelement" or just 
"subelement"?




More information about the london.pm mailing list