Hi,
in spring core documentation version 5.3.1
file: core-appendix.adoc
line 667:
"If you are not
familiar with Spring's current XML configuration extensions that come with the standard
Spring distribution, you should first read the appendix entitled <
unfortunately the appendix.html link leads nowhere.
Comment From: rstoyanchev
That's a result of documentation restructuring in 5.0. That link I believe is referring to the section it's in. Originally it was in the previous section on XML schemas,
Comment From: sbrannen
Note that dynamic-languages.adoc
also refers to appendix.adoc#xsd-configuration
.
Comment From: sbrannen
I noticed that we now have two sections named [[xsd-schemas]]
-- one in integration-appendix.adoc
and one in core-appendix.adoc
. So we'll need to give those different names in order not to have ambiguous links to those sections in the single-page reference manual. Perhaps we should keep the one in core-appendix.adoc
as-is and rename the one in integration-appendix.adoc
to something like [[spring-integration-xsd-schemas]]
.