I'd like to avoid the PI method. I could see it quickly turning into a
maintenance issue to have all my PI's embedded into each sheet. In addition,
the PI's go unnoticed if they're placed in *by* a stylesheet. Is that the
known behaviour or am I experiencing mis-configuration or poorly formed
output?

So another good option would be to setup named pipelines, using the
<AxStyleName name> and putting all of the stylesheets in their, but the
issue I run into here is that you can't call a named style from within
these, i.e.

<AxMediaType screen>
    <AxStyleName #default>
        AxAddProcessor text/xsl /stylesheets/general.xsl
    </AxStyleName>

    # Handling my 3 part form transformation
    <AxStyleName form>
        AxAddProcessor text/xsl /stylesheets/to_perform.xsl
        AxAddProcessor text/xsl /stylesheets/to_form.xsl
        AxAddProcessor "#default"
    </AxStyleName>
</AxMediaType>

I could potentially have a large number of these sections, and not being
able to call style sets like that requires that I write it all out in each
set. Less of an issue than the PI's, but could still be a maintenance issue
and definitely one more point of failure.

I'm sorry if this is tedious, I'm just trying to become clear about this
arena. Are my findings on this correct? I do have a gut feeling that PI's
put in by stylesheets should be processed, but that I'm doing it wrong.

Thanks!
Riley


----- Original Message -----
From: "J�rg Walter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 30, 2002 8:57 AM
Subject: Re: Pipelines


> On Tuesday, 30. July 2002 15:43, Riley James wrote:
> > I don't think I'm understanding pipelines fully. Could someone point me
to
> > some comprehensive documentation for implementing pipelines in AxKit?
> >
> > Basically what I'm running into, which makes me realise that I don't
really
> > know anything at all, is that I can output XML from an XPathScript
> > stylesheet, and it goes straight to the browser, instead of being parsed
> > again by the next logical stylesheet. I've tried using
AxAddRootProcessor
> > as well as embedding <?xml-stylesheet?> into the XPathScript output, but
no
> > luck.
> >
> > Pointers or urls on getting the output of one stylesheet into another
> > stylesheet would be very much appreciated.
>
> Using PIs: put _all_ your chosen PI's into the source XML document
> Using config directives: read perldoc AxKit, the section about
AxAdd*Processor
>
> --
> CU
> Joerg
>
> PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc
> PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E  7779 CDDC 41A4 4C48 6F94
>
>
> ---------------------------------------------------------------------
> 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