diff --git a/build.xml b/build.xml
index 66bd0ed60b3a69f6148970cba89c2a49aef49ed8..2618b061992aadef53de4f907862070b152435a2 100644
--- a/build.xml
+++ b/build.xml
@@ -1385,8 +1385,8 @@ ignoreSetupDownloadErrors=true
                                   dest="${stylesheet.dir}/X3dToVrml97.xslt"         verbose="true" ignoreerrors="${ignoreSetupDownloadErrors}"/>
         <get src="${x3d.sourceforge.site}/x3d/stylesheets/X3dToX3dvClassicVrmlEncoding.xslt"
                                   dest="${stylesheet.dir}/X3dToX3dvClassicVrmlEncoding.xslt" verbose="true" ignoreerrors="${ignoreSetupDownloadErrors}"/>
-        <get src="${x3d.sourceforge.site}/x3d/stylesheets/X3dExtrusionToSvgViaXslt1.1.xslt"
-                                  dest="${stylesheet.dir}/X3dExtrusionToSvgViaXslt1.1.xslt"  verbose="true" ignoreerrors="${ignoreSetupDownloadErrors}"/>
+        <get src="${x3d.sourceforge.site}/x3d/stylesheets/X3dExtrusionCrossSectionToSvg.xslt"
+                                  dest="${stylesheet.dir}/X3dExtrusionCrossSectionToSvg.xslt"  verbose="true" ignoreerrors="${ignoreSetupDownloadErrors}"/>
         <get src="${x3d.sourceforge.site}/x3d/stylesheets/X3dToX3dom.xslt"
                                   dest="${stylesheet.dir}/X3dToX3dom.xslt"          verbose="true" ignoreerrors="${ignoreSetupDownloadErrors}"/>
         
@@ -2348,10 +2348,10 @@ ignoreSetupDownloadErrors=true
 				expand="on"/>
 			<!-- expand:on since DTD defaults needed -->
                         <!-- TODO -dtd:off -->
-                        <echo>${archive.path}/${relative.path1}/${relative.path2}/${name.short}.x3d processing with X3dExtrusionToSvgViaXslt1.1 stylesheet for SVG diagrams of Extrusion crossSection</echo>
+                        <echo>${archive.path}/${relative.path1}/${relative.path2}/${name.short}.x3d processing with X3dExtrusionCrossSectionToSvg stylesheet for SVG diagrams (if Extrusion found)</echo>
                         <!-- Saxon9 is locally defined macro -->
                         <Saxon9  scene="${relative.path1}/${relative.path2}/${name.short}"
-                            stylesheet="${stylesheet.dir}/X3dExtrusionToSvgViaXslt1.1"
+                            stylesheet="${stylesheet.dir}/X3dExtrusionCrossSectionToSvg"
                              extension="svg"
 								expand="on"/>
 						<!-- expand:on since DTD defaults needed -->