Hey Gollum

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Chat with iBot - Our RSS Robot Girl Hey Gollum
# 22  
Old 06-18-2007
Quote:
Originally Posted by Neo
what is your cache depth?
Are you asking about my cache depth ?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

hey! i took that!.....

http://developers.slashdot.org/article.pl?sid=04/05/05/2140200&mode=thread&tid=108&tid=126&tid=146&tid=156&tid=99 (0 Replies)
Discussion started by: norsk hedensk
0 Replies
Login or Register to Ask a Question
XSLT-PARSER(1)						User Contributed Perl Documentation					    XSLT-PARSER(1)

NAME
xslt-parser - XSLT transformations SYNOPSIS
xslt-parser [options] <project> DESCRIPTION
xslt-parser performs stylesheet transformations. When given a project name, it appends `.xsl' for the XSLT stylesheet and `.xml' for the XML file to apply the stylesheet to and performs the transformation using the XML::XSLT perl module. OPTIONS
-c Pass through HTML::Clean. You must have HTML::Clean installed. -d Turns debugging on. This can produce a lot of noise. -n NoWeb. You can use xslt-parser as a CGI script. With this option, it will not output the headers that are usually needed. -s <file> Specify a seperate different stylesheet. Usually, xslt-parser will simply append `.xsl' to the project name to get the stylesheet. A different stylesheet can be specified using this option. AUTHORS
Geert Josten <gjosten@sci.kun.nl>, Mark A. Hershberger <mah@everybody.org> SEE ALSO
XML::XSLT The w3.org XSLT recommendation at <http://www.w3.org/TR/xslt> POD ERRORS
Hey! The above document had some coding errors, which are explained below: Around line 48: You forgot a '=back' before '=head1' perl v5.12.1 2001-03-01 XSLT-PARSER(1)