On Mon, 24 Jun 2002, Bartlomiej Frackiewicz wrote: > hi folks, > > today i installed axkit on debian/apache. > > is it possible to generate dynamic xml pages not with xsp, perhaps with > simple mod_perl pages? the reason is, that these dynamic pages will call > functions, which already serves plain xml, when i realize this in an xsp > page, it will be translated to <mynode>
Only if you don't use TaglibHelper's as_xml option, or the Util taglib's <util:include-expr> tag. Alternately, you can do what you want using Apache::Filter. See the Provider HOWTO section on this on the web site. -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
