EDN Admin
Well-known member
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
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