You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by AxKit Wiki <axkitwiki> on 2004/04/20 05:29:15 UTC

New Wiki Content at Apache::AxKit::StyleChooser::PathInfo

Wiki content at Apache::AxKit::StyleChooser::PathInfo Changed by someone at IP 69.164.89.216 :

@@ -0,0 +1,23 @@
+=head1 NAME
+
+Apache::AxKit::StyleChooser::PathInfo - Choose stylesheet using PATH_INFO
+
+=head1 SYNOPSIS
+
+  AxAddPlugin Apache::AxKit::StyleChooser::PathInfo
+
+=head1 DESCRIPTION
+
+This module lets you pick a stylesheet based on the extra PATH_INFO. To use
+it, simply add it as an AxKit plugin:
+
+  AxAddPlugin Apache::AxKit::StyleChooser::PathInfo
+
+Then simply by referencing your xml files as follows:
+
+        http://xml.server.com/myfile.xml/printable
+
+You will recieve the alternate stylesheets with title "printable". See
+the HTML 4.0 specification for more details on stylesheet choice.
+
+=cut