[xsl] detecting whether user-agent supports xslt PIs?

Subject: [xsl] detecting whether user-agent supports xslt PIs?
From: "S. Alexander Jacobson" <xsl-list@xxxxxxxxxxxxxxxx>
Date: Wed, 19 Apr 2006 01:07:34 -0400 (Eastern Daylight Time)
This is probably a FAQ....

Some user agents know how to process xml that looks like this:

  <?xml version='1.0' encoding='UTF-8' ?>
  <?xml-stylesheet type="text/xsl" href="/s/style.xsl" ?>
  <index/>

Some user agents don't.  I'd like push xslt processing onto the client
when available.  Any advice on how to do this?

-Alex-


______________________________________________________________ S. Alexander Jacobson tel:917-770-6565 http://alexjacobson.com

Current Thread