|
I recently staretd doing XML, and I tell you, i'm already in love with it. To test out my knowledge I converted my homepage and Perl POD manuals to XML and serving them all now from my website dynamicly through XSLT.
http://author.ultracgis.com
I'm doing it by installing an apache action and assingning the action as a handler to all the files with .xml extension. The action is a simple Perl script which calls "xsltproc" ( which used libxslt ) on $ENV{PATH_TRANSLATED}
To view pre-profecessed content, just append "?cmd=source" to any URL ending in .xml.
|