XLink ʵÀý

ÈÃÎÒÃÇͨ¹ýÑо¿Ò»¸öʵÀýÀ´Ñ§Ï°Ò»Ð©»ù´¡µÄ XLink Óï·¨

XML ʵÀýÎĵµ

Çë¿´ÏÂÃæµÄ XML Îĵµ£¬"bookstore.xml"£¬ËüÓÃÀ´³ÊÏÖÊé¼®£º

<?xml version="1.0" encoding="ISO-8859-1"?>

<bookstore xmlns:xlink="http://www.w3.org/1999/xlink">

<book title="Harry Potter">
  <description
  xlink:type="simple"
  xlink:href="http://book.com/images/HPotter.gif"
  xlink:show="new">
  As his fifth year at Hogwarts School of Witchcraft and
  Wizardry approaches, 15-year-old Harry Potter is.......
  </description>
</book>

<book title="XQuery Kick Start">
  <description
  xlink:type="simple"
  xlink:href="http://book.com/images/XQuery.gif"
  xlink:show="new">
  XQuery Kick Start delivers a concise introduction
  to the XQuery standard.......
  </description>
</book>

</bookstore>

ÔÚÄúµÄä¯ÀÀÆ÷²é¿´ "bookstore.xml" Îļþ¡£

ÔÚÉÏÃæµÄÀý×ÓÖУ¬XLink ÎĵµÃüÃû¿Õ¼ä±»ÉùÃ÷ÓÚÎĵµµÄ¶¥²¿£º

xmlns:xlink="http://www.w3.org/1999/xlink"

ÕâÒâζ×ÅÎĵµ¿É·ÃÎÊ XLink µÄÊôÐÔºÍÌØÐÔ¡£

xlink:type="simple" ¿É´´½¨¼òµ¥µÄÀàËÆ HTML µÄÁ´½Ó¡£ÄúÒ²¿ÉÒԹ涨¸ü¶àµÄ¸´ÔÓµÄÁ´½Ó£¨¶à·½ÏòÁ´½Ó£©£¬µ«ÊÇĿǰ£¬ÎÒÃǽöʹÓüòÒ×Á´½Ó¡£

xlink:href ÊôÐԹ涨ÁËÒªÁ´½ÓµÄ URL£¬¶ø xlink:show ÊôÐԹ涨ÁËÔںδ¦´ò¿ªÁ´½Ó¡£xlink:show="new" Òâζ×ÅÁ´½Ó£¨ÔÚ´ËÀýÖУ¬ÊÇÒ»·ùͼÏñ£©»áÔÚд°¿Ú´ò¿ª¡£

VUE