Dear M,

axkit:// URL could be used to get data, that already was transformed by AxKit. I 
suppose that this documented in Axkit.org Wiki.

for example you can write in XSL 
<xsl:copy-of 
select='document(concat("axkit:///path/special-magic.xml?param=",value))'/>

and this will run sub-request for /path/special-magic.xml and then copy it to main 
document.

I can't find a sample where you can feel that it's very important - always possible to 
use another solution, but in application that I made this "axkit://" scheme required 
sometimes.

Alex.


On Sun, 20 Jun 2004 17:02:03 +0100
Martin Oldfield <[EMAIL PROTECTED]> wrote:

> Put simply, what are these and when would I use them ?
> 
> Are they documented anywhere ?
> 
> Cheers,
> -- 
> M.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to