cause umlaut in the file name: no protocol in SAXON
If SAXON (here saxon8.jar ) the message: Error java.net.MalformedURLException
: no protocol: beispiel.dtd
Transformation failed: Run-time errors were reported
brings, the cause may be a umlaut in the file name of the source XML file.
example, brings the following call to this error message:
C: \\> java-jar-o saxon8.jar datei_mit_üäö.html datei_mit_üäö.xml beispiel.xsl
Error
java.net.MalformedURLException: no protocol: beispiel.dtd
Transformation failed: Run-time errors were reported
other hand works:
C: \\> java-jar-o saxon8.jar datei_mit_uao.html datei_mit_uao.xml beispiel.xsl
problems.