From: Mike A. <ma...@ya...> - 2006-03-15 02:42:53
|
maybe this is not the right place, but here goes... i am using XInclude to retrieve documents from remote secured servers. i currently populate the Credentials property of the XmlResolver for the XIncludingReader and all is working fine. i expected that there would be attributes in the <include> element to support user/pass/domain, but haven't found this to be true. is there an 'accepted' way to declaratively associate credentials with <include> elements? for now, my app looks for a config file associated with the xml document that has the include and, if it exists, loads the credentials before implementing the reader. any comments, ideas, pointers to other implementations would be most helpful. again, excuse my post if this is not the right place and please pass along any other lists that might better address my question. clif |