[xslt] Authentication support
- From: "Elliotte Harold" <erharold gmail com>
- To: xslt gnome org
- Subject: [xslt] Authentication support
- Date: Thu, 30 Aug 2007 17:11:16 -0400
I need to write an XSLT stylesheet that that downloads a page protected by HTTP authentication; i.e. I need to supply a username and password. I tried using a URL like
https://user:pass host/file.xml
but I got the message
unable to parse
https://user:pass host/file.xmlI can always set up a cron job to download the file with curl and then hit it with xsltproc, but is there a simpler way? Is there any means of providing xsltproc with a username and password to be used for HTTP authentication?
--
Elliotte Rusty Harold
erharold gmail com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]