The xinclude:href attribute

<book xmlns:xinclude="http://www.w3.org/1999/XML/xinclude">
  <title>Processing XML with Java</title>
  <chapter xinclude:href="dom.xml"/>
  <chapter xinclude:href="sax.xml"/>
  <chapter xinclude:href="jdom.xml"/>
</book>

Previous | Next | Top | Cafe con Leche

Copyright 2000 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified September 14, 2000