Hi http://forum.spring.io/forum/spring-projects/aop/22379-why-does-scope-attribute-cause-xml-parsing-exception
This post mentions that the dtd has to be version 2.0.
I change the dd2spring.xsl line:87 - 90 to this
<xsl:output method="xml" indent="yes"
doctype-public="-//Spring//DTD BEAN 2.0//EN"
doctype-system="http://www.springframework.org/dtd/spring-beans-2.0.dtd"
/>
now the exception disappeared and everything looks fine.
Sincere regards,
Matthias
