irc::logger::apply_xslt (public)
irc::logger::apply_xslt -rdf_log rdf_log -xsl_style xsl_style \ [ -package_id package_id ]
Defined in packages/irc-logger/tcl/irc-logger-procs.tcl
Transform the RDF IRC log to HTML using passed XSL stylesheet.
- Switches:
- -rdf_log (required)
- The full path to the IRC log in RDF format
- -xsl_style (required)
- The full path to the XSL stylesheet to transform the RDF log into HTML with.
- -package_id (optional)
- Returns:
- The transformed IRC log in HTML.
- Error:
- Return the empty string.
- Author:
- Bart Teeuwisse <bart.teeuwisse@thecodemill.biz>
- Created:
- 2003-01-27
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.