XML referens

XLink

<tips xml:link="simple" href="http://www.tips.com">tips</tips>

<software xml:link="extended" content-role="lib">gd
  <locator href="ftp://..." role="Sweden"/>
  <locator href="ftp://..." role="Finland"/>
</software>

<grupp xml:link="group" steps="2">
  <document xml:link="document" href="http://www.....1.doc"/>
  <document xml:link="document" href="http://www.....2.doc"/>
  <document xml:link="document" href="http://www.....3.doc"/>
</grupp>

XPointer

http://www.ex.com/a.xml#id(avsnitt3) ex id="Avsnitt3"
http://www.ex.com/a.xml|id(avsnitt3) Hämta innehållet
http://www.ex.com/a.xml#root(avsnitt3)
http://www.ex.com/a.xml#html(avsnitt3) Kompatibelt med html
http://www.ex.com/a.xml#origin(avsnitt3) Relativ adressering
http://www.ex.com/a.xml#child(3,#element, typ, 5) Tredje underelementet, typ=5

Tillbaka