Re: Re: [xml] mobile links for XInclude?



On Sat, 2003-06-21 at 14:08, Ben Decker wrote:

would like to move the whole filetree to a different location. Would something like this ever be 
possible:
<xi:include href="$XMLDATA/program/python.xml#xpointer(//python/libs)" parse="xml"

In XInclude, no. But you can do something like this with XSLT,
if it helps.

You can also use relative URI references, of course:
<xi:include href="../../../program/python.xml....">...

And, as Daniel says, you could use catalogs -- or maybe even an server
redirect!

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
http://www.holoweb.net/~liam/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]