xpointer support

does amaya have xpointer support?? i tried to follow an xlink within an 
xml document and either i have it wrong or else the support is just not 
there.

i have a xml file that is similar to the one below. the xlink shows up 
in blue, but nothing happens when i doubleclick on it, but if the href 
value is something like "gomi.xml" (a file that exists), the xlink is 
followed properly. this suggests that xlink is working, but xpointer is not.

i'm using the latest 8.0-pre release

thanks,
--nitin


<?xml version="1.0"?>
<?xml-stylesheet href="disp.css"?>
<guitars xmlns:xlink="http://www.w3.org/1999/xlink">
<guitar>
<desc xlink:type="simple" xlink:href="#OM"> testing link to within doc 
</desc>
<price> 50 </price>
</guitar>

<guitar id="AB">
<desc> another one </desc>
<price> 200 </price>
</guitar>
<guitar id="BO">
<desc> another one </desc>
<price> 400 </price>
</guitar>
<guitar id="OM">
<desc> target of link </desc>
<price> 600 </price>
</guitar>
</guitars>

Received on Tuesday, 22 April 2003 04:37:56 UTC