On Thu, 2002-04-25 at 13:45, Christopher H. Laco wrote:
> But then I started wondering, is it possible to use AxKit in some way as an
> order processing pipeline like [Forgive me] MS Commerce Server does its
> pipelines?

 If you were to call a URL in one of your XSLT stylesheets, it'd be
processed by AxKit as a separate pipeline. Kind of like this:

<xsl:apply-templates
select="document('http://orders.yoursite.com/order.xsp?session=123')"/>

 You'd pass a session key so it'd know who's shopping cart to process as
an order.

  Don't ask me about the security issues implied by this, although I
expect you could use standard Apache access controls so that any request
to "orders.yoursite.com" are only allowed if they're coming from the
localhost.

Regards,

Chris Wenham
www.disenchanted.com


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

Reply via email to