logo

New Response

« Return to the main article

You are replying to:

  1. I nearly gave up on server-side XSLT-transformation of ?ReadViewEntries..

    Thank you for posting this!

    I can't see if you got this to work with authentication..?

    What i changed is that i ran a login-url first.

    Dim loginURL As String loginURL = "http://domain.com/names.nsf?login&username=daffy&password=duck" ..

    Set source = CreateObject("Microsoft.XMLDOM") source.async = False 'get authenticated source.load( loginURL ) 'get the ?ReadViewEntries source.load( sourceURL )

    ..

    I use it on a SSL-secured server, which seems extremely hard to do with a java-agent.

    Again, thank you! :)

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: