I'm interested in this idea of "embedding <?xml-stylesheet?> into the XPathScript output". I'm actually using XSLT but I'd like to achieve the same thing. Can you output PI's half way thought the pipeline to add additional processing on the fly? Or must all PI's be in the source document?
Basically id like to output the PI <?xml-stylesheet href="NULL" type="application/x-xsp"?> only if necessary. Good / Bad / Impossible Idea? -----Original Message----- From: J�rg Walter [mailto:[EMAIL PROTECTED]] Sent: 30 July 2002 16:57 To: [EMAIL PROTECTED] 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]
