HTML extended in XML with Namespaces

Previous-slide Table-of-Contents Next-slide
Change-size

 <?xml:namespace
    uname="http://inventory.org/1998-001"
    prefix="i">
 <style type="text/css">
  i\:part { font-weight: bold }
 </style>
 ...
 <p>Insert <i:part>M-471</i:part>
 

Dan Connolly

W3C