On Mon, 21 Jan 2002, Bart Schuller wrote:

> My XML files have a line like this in them
>
> <?xml-stylesheet type="text/css" href="/source/lunatech.css" ?>
>
> but that is not meant to be used by AxKit. It knows it can't handle it,
> but then declines to handle the XML completely, while I want it to
> consider applying the configured XSLT style to it.
>
> Looking in the source, it seems that it's the
>
>     return @$styles if @$styles;
>
> statement in GetMatchingProcessors in Apache::AxKit::ConfigReader that's
> the culprit. It assumes that whatever PI's are there, they are always
> more applicable than how AxKit is configured.
>
> However, AxKit is but one application that might be asked to process
> this file. I do use the PI in my Morphon XML editor or when looking at
> the XML itself in Mozilla.

Actually I'd welcome some sort of AxIgnorePI Yes/No option (default No, I
guess). Is that about right?

-- 
<!-- Matt -->
<:->Get a smart net</:->


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

Reply via email to