XPointer ʵÀý

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

XPointer ʵÀý

ÔÚ±¾ÀýÖУ¬ÎÒÃÇ»áΪÄúչʾÈçºÎʹÓà XPointer ²¢½áºÏ XLink À´Ö¸ÏòÁíÍâÒ»¸öÎĵµµÄij¸ö¾ßÌåµÄ²¿·Ö¡£

ÎÒÃǽ«Í¨¹ýÑо¿Ä¿±ê XML Îĵµ¿ªÊ¼£¨¼´ÎÒÃÇÒªÁ´½ÓµÄÄǸöÎĵµ£©¡£

Ä¿±êXMLÎĵµ

Ä¿±êXMLÎĵµÃûΪ "dogbreeds.xml"£¬ËüÁгöÁËһЩ²»Í¬µÄ¹·ÖÖÀࣺ

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

<dogbreeds>

<dog breed="Rottweiler" id="Rottweiler">
  <picture url="http://dog.com/rottweiler.gif" />
  <history>
  The Rottweiler's ancestors were probably Roman
  drover dogs.....
  </history>
  <temperament>
  Confident, bold, alert and imposing, the Rottweiler
  is a popular choice for its ability to protect....
  </temperament>
</dog>

<dog breed="FCRetriever" id="FCRetriever">
  <picture url="http://dog.com/fcretriever.gif" />
  <history>
  One of the earliest uses of retrieving dogs was to
  help fishermen retrieve fish from the water....
  </history>
  <temperament>
  The flat-coated retriever is a sweet, exuberant,
  lively dog that loves to play and retrieve....
  </temperament>
</dog>

</dogbreeds>

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

×¢ÊÍ£ºÉÏÃæµÄ XML ÎĵµÔÚÿ¸öÎÒÃÇÐèÒªÁ´½ÓµÄÔªËØÉÏʹÓÃÁË id ÊôÐÔ£¡

XML Á´½ÓÎĵµ

²»Ö¹Äܹ»Á´½Óµ½Õû¸öÎĵµ£¨µ±Ê¹Óà XLink ʱ£©£¬XPointer ÔÊÐíÄúÁ´½Óµ½ÎĵµµÄÌØ¶¨²¿·Ö¡£ÈçÐèÁ´½Óµ½Ò³ÃæµÄij¸ö¾ßÌåµÄ²¿·Ö£¬ÇëÔÚ xlink:href ÊôÐÔÖÐµÄ URL ºóÌí¼ÓÒ»¸ö¾®ºÅ (#) ÒÔ¼°Ò»¸ö XPointer ±í´ïʽ¡£

±í´ïʽ£º#xpointer(id("Rottweiler")) ¿ÉÒýÓÃÄ¿±êÎĵµÖÐ id ֵΪ "Rottweiler" µÄÔªËØ¡£

Òò´Ë£¬xlink:href ÊôÐÔ»áÀàËÆÕâÑù£ºxlink:href="http://dog.com/dogbreeds.xml#xpointer(id('Rottweiler'))"

²»¹ý£¬µ±Ê¹Óà id Á´½Óµ½Ä³¸öÔªËØÊ±£¬XPointer ÔÊÐí¼òдÐÎʽ¡£Äú¿ÉÒÔÖ±½ÓʹÓà id µÄÖµ£¬¾ÍÏñÕâÑù£ºxlink:href="http://dog.com/dogbreeds.xml#Rottweiler"¡£

ÏÂÃæµÄ XML Îĵµ¿ÉÒýÓÃÿÌõ¹·µÄÆ·ÖÖÐÅÏ¢£¬¾ùͨ¹ý XLink ºÍ XPointer À´ÒýÓãº

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

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

<mydog xlink:type="simple"
  xlink:href="http://dog.com/dogbreeds.xml#Rottweiler">
  <description xlink:type="simple"
  xlink:href="http://myweb.com/mydogs/anton.gif">
  Anton is my favorite dog. He has won a lot of.....
  </description>
</mydog>

<mydog xlink:type="simple"
  xlink:href="http://dog.com/dogbreeds.xml#FCRetriever">
  <description xlink:type="simple"
  xlink:href="http://myweb.com/mydogs/pluto.gif">
  Pluto is the sweetest dog on earth......
  </description>
</mydog>

</mydogs>
VUE