xsl-list
[Top] [All Lists]

Re: [xsl] HTTP authentication support

2007-09-03 13:19:30

How are you suggesting these should work?

The simplest approach is merely to recognize URLs in the form 
https://user:pass(_at_)host/


That is secure for what? Classroom examples?

This could be implemented in a current processor without any spec changes.

The alternative would be a new document function (initially in an 
extension namespace until XSLT 2.1) with two extra arguments. E.g.

document($uri-sequence as item()*, $base-node as node()) as node()*, 
$username as string, $password as string)

Details are probably a little off, but that's the idea.




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>