|
For those trying to process the above examples from the command line behind a firewall, try:
java -Dhttp.proxyHost=servername -Dhttp.proxyPort=8080 com.icl.saxon.StyleSheet RSSChannels.xml getRSS2.xsl > headlines.html
where servername is your favorite proxy host...
|