diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 02:15:23 +0000 |
commit | 431e7a7ddad1a9e4611e8e6d4b744301d3730458 (patch) | |
tree | f392f0f557931c9cf9a1ff512b5a4b44150c2ec3 /www/ap-xslt/DESCR | |
parent | c72c1cf5f95cbe537b005028f1743cddb16ef203 (diff) | |
download | pkgsrc-431e7a7ddad1a9e4611e8e6d4b744301d3730458.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'www/ap-xslt/DESCR')
-rw-r--r-- | www/ap-xslt/DESCR | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/ap-xslt/DESCR b/www/ap-xslt/DESCR new file mode 100644 index 00000000000..b3dedb4bb5b --- /dev/null +++ b/www/ap-xslt/DESCR @@ -0,0 +1,12 @@ +mod_xslt is a simple Apache module to serve XML based content. Data +is stored in XML files on the server. The user requests the XML +file and the translation method via a url such as +this:http://localhost/sourcefile.html The module will parse this +URL into a XML source file and an XSL source file. In the example +above, the XML file will be sourcefile.xml. The module will open +sourcefile.xml and determine its DOCTYPE. Based on the DOCTYPE, +the XSL file will be opened. Should the DOCTYPE be "tutorial", the +XSL file opened would be tutorial_html.xsl. The content-type returned +to the browser is text/html. The translation occurs transparently +to the user. + |