Yeah, the problem is that XML::LibXML requires a flag to be set when the 
parser is instantiated to tell it to process xincludes. I made a patch to set 
the flag, but I never did get it to work. The result is that in STATIC xml 
pages (non-XSP) AxKit DOES process xincludes, but in XSP land it doesn't.

The only solution I could come up with was to pass all the XSP output through 
a SAX machine that runs XML::Filter::XInclude. Sadly that module is quite 
buggy as well! Certain versions of it work ok on various permutations of 
AxKit and Perl. You just have to trial-and-error on that one...

On Wednesday 04 June 2003 05:44 pm, Jeffrey Horn wrote:
> Is it possible to use XInclude to include documents within either XSP
> documents or documents fetched into XSL sheets via <xsl:document> calls
> that are processed via AxKit?
>
> What I'm trying to do is break up components of a page into small parts
> each of which I can manage the ACL for seperately and have a single xsl
> sheet control how those parts are arranged within a whole, with the
> possibility that, based on the data from the XSP, some parts may or may not
> be included.
>
> Thanks!
>
> -- Jeff

-- 
Giant Electronic Brain
Internet/E-Commerce Consulting Services

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

Reply via email to