XmlUrlResolver used by XslCompiledTransform.Load

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Is the XmlUrlResolver supposed to also resolve document function references in the XSLT transformation process. I overrode the resolver with my own to create empty XML files when they were not present using the document function and it is completely ignoring
them. I can use the overridden resolver object explicitly to resolve the URIs and get the entity, but it is ignored when I pass it to the load.
I do pass in the XsltSettings(true, true) which enables the document function.
Thanks for all and any help you can provide.

View the full article
 
Back
Top