ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Default implementation of IXmlUrlResolverFactory. More...
Public Member Functions | |
XmlUrlResolver | GetResolver () |
Gets the XML URL resolver. More... | |
Default implementation of IXmlUrlResolverFactory.
|
inline |
Gets the XML URL resolver.
This implementation returns a singleton of a LocalXhtmlXmlResolver. This type contains the common XHTML DTDs and entity definitions, baked into the assembly. This means that for those document-types, no HTTP request is required for doctype validation.
Implements CSF.Zpt.IXmlUrlResolverFactory.