Hello, [please forgive my poor language]
I'm trying to insert dynamic document from special provider to static XML document. I tried XIncludes and ...XSP::Util::include-uri... No results :((... I can insert just plain XML from provider but I wish to insert pre-transformed document by setted there <?xml-stylesheet ...?> directives. I reviewed AxKit modules (and ...XSP::Util too) and found magic "axkit:" uri scheme, that I didn't know before. But when I try to use this LibXSLT dropped request and wrote in errorlog ########## [Mon Jan 20 09:21:41 2003] [error] [client 127.0.0.1] [AxKit] [Error] print to fh failed at ...Apache/AxKit/Language/LibXSLT.pm line 128. ########## When I tried to insert by XIncludes (without 'axkit:') - stylesheet was not applied. ..... Actually I understand, that I can use 'http://' scheme but I don't wish to do external request. Also this will locks HOSTNAME in sources and this is bad, because this application will be installed at few hosts with different virtual hostnames. Also, Util module uses simple logic for uri parsing in include-uri directive.... Probably will be good to add there more logic as in WebUtils::redirect directive? (than will be possible to include by not absolute URLs) Any other way to solve my problem? Does work something similar at your servers? Sincerely, Alex Sergeyev --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
