EntityResolver implementation for the Spring Web Flow 1.0 XML Schema. This
will load the XSD from the classpath.
The xmlns of the XSD expected to be resolved:
<?xml version="1.0" encoding="UTF-8"?>
<flow xmlns="http://www.springframework.org/schema/webflow"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/webflow
http://www.springframework.org/schema/webflow/spring-webflow-1.0.xsd">
author: Erwin Vervaet author: Ben Hale |