Yes, we had some problems with URI resolver in 2.5.1.
Could you try the latest CVS?
Could you open defect in http://nagoya.apache.org/bugzilla/
if it wouldn't fix  your problem.
(It could be really easier for us if you could attach a  reproducible
test-case).


Igor Hersht
XSLT Development
IBM Canada Ltd., 8200 Warden Avenue, Markham, Ontario L6G 1C7
Office D2-260, Phone (905)413-3240 ; FAX  (905)413-4839


                                                                                
                       
                      "Simko, Joe"                                              
                       
                      <[EMAIL PROTECTED]>        To:       "'[EMAIL 
PROTECTED]'"              
                                                <[EMAIL PROTECTED]>             
            
                      07/28/2003 12:07         cc:                              
                       
                      PM                       Subject:  Basic Authentication 
with Document(),         
                                                import,or include               
                       
                                                                                
                       
                                                                                
                       
                                                                                
                       



I've been beating my head against the wall trying to find an answer to this
problem, or even a place to ask about it. You all win, sorry for the
burden.

I'm using Oracle's http interface to pull in XML from our relational
tables. Xalan is the XSLT processor we're using 2.5.1, and the following
fails:

<xsl:variable name="sampleurl" select
="'http://username:[EMAIL PROTECTED]:8002/anydirectory'"/>
<xsl:variable name="test" select="document($sampleurl)"/>

We end up receiving a HTTP 401 error. This kind of makes since, it's an
authentication error and also part of the process of authenticating Basic
Authentication. However, I shouldn't see the error and I should be
authenticated.

Best I can figure it's a URI resolver issue. Anyone know how to get around
this or make it work?

FTP works fine in a document(), xsl:Import, or xsl:Include, But HTTP
doesn't want to function.

Thanks for any help, I hope to return the favor.



Reply via email to