You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by KOZLOV Roman <r-...@opencascade.com> on 2002/05/31 14:47:54 UTC

Relative href in Auto-Link

Hello all,

Is it possible to use relative (not absolute "xindice:///db/...") href
for autolinking in Xindice (1.0). For example:
<?xml version="1.0"?>
<document>
   <res xmlns:db="http://xml.apache.org/xindice/XMLObject"
         db:href="xindice://data/doc.xml"
         db:type="replace"/>
</document>

or     db:href="xindice://./data/doc.xml" ?

Thank you.
Roman