Mein XSLT Code funktioniert einfach nicht, bin total verzweifelt.

sabrina21

Grünschnabel
Hallo zusammen,
ich habe ein riesiges Problem, an dem ich verzweifle. Ich arbeite an einer XSLT-Transformation, die in X3D ausgeben soll, aber irgendwo befindet sich ein Fehler in der Transformation. Kann ggf. jemand den Fehler erkennen? Für Eure Hilfe bin ich sehr dankbar, ich habe wirklich schon alles probiert. Hier der XSLT-CODE:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">  
<xsl:output 
	media-type="model/x3d+xml" 
	doctype-system="http://www.web3d.org/specifications/x3d-3.2.dtd" 
	method="xml" 
	encoding="UTF-8" 
	indent="yes" 
	omit-xml-declaration="yes" /> 

<xsl:template match="/">
  <X3D profile="Immersive" version="3.0">
    <Scene>
    <Transform>
    <PointLight on="true"  location="-0.228412 0.514089 0" />
    	<xsl:apply-templates />
  </Transform>
</Scene>
</X3D>
</xsl:template>

<xsl:template match="kopf">
<xsl:for-each select="kopf">
<Shape>
<Appearance>
 <Material
  ambientIntensity="0.2"
  diffuseColor='0 0 0'
  emissiveColor='0 0 0'
  shininess="1.000000"
  specularColor='0.2 0.2 0.2'
  transparency="0.000000"
/>
</Appearance>
<IndexedFaceSet
  solid="true"
  creaseAngle="1.57"
coordIndex="
0 12 1 -1
 0 1 2 -1
 0 2 3 -1
 0 3 4 -1
 0 4 5 -1
 0 5 6 -1
 0 6 7 -1
 0 7 8 -1
 0 8 9 -1
 0 9 10 -1
 0 10 11 -1
 0 11 12 -1
 133 121 132 -1
 133 122 121 -1
 133 123 122 -1
 133 124 123 -1
 133 125 124 -1
 133 126 125 -1
 133 127 126 -1
 133 128 127 -1
 133 129 128 -1
 133 130 129 -1
 133 131 130 -1
 133 132 131 -1
 13 1 12 24 -1
 14 2 1 13 -1
 15 3 2 14 -1
 16 4 3 15 -1
 17 5 4 16 -1
 18 6 5 17 -1
 19 7 6 18 -1
 20 8 7 19 -1
 21 9 8 20 -1
 22 10 9 21 -1
 23 11 10 22 -1
 24 12 11 23 -1
 25 13 24 36 -1
 26 14 13 25 -1
 27 15 14 26 -1
 28 16 15 27 -1
 29 17 16 28 -1
 30 18 17 29 -1
 31 19 18 30 -1
 32 20 19 31 -1
 33 21 20 32 -1
 34 22 21 33 -1
 35 23 22 34 -1
 36 24 23 35 -1
 37 25 36 48 -1
 38 26 25 37 -1
 39 27 26 38 -1
 40 28 27 39 -1
 41 29 28 40 -1
 42 30 29 41 -1
 43 31 30 42 -1
 44 32 31 43 -1
 45 33 32 44 -1
 46 34 33 45 -1
 47 35 34 46 -1
 48 36 35 47 -1
 49 37 48 60 -1
 50 38 37 49 -1
 51 39 38 50 -1
 52 40 39 51 -1
 53 41 40 52 -1
 54 42 41 53 -1
 55 43 42 54 -1
 56 44 43 55 -1
 57 45 44 56 -1
 58 46 45 57 -1
 59 47 46 58 -1
 60 48 47 59 -1
 61 49 60 72 -1
 62 50 49 61 -1
 63 51 50 62 -1
 64 52 51 63 -1
 65 53 52 64 -1
 66 54 53 65 -1
 67 55 54 66 -1
 68 56 55 67 -1
 69 57 56 68 -1
 70 58 57 69 -1
 71 59 58 70 -1
 72 60 59 71 -1
 73 61 72 84 -1
 74 62 61 73 -1
 75 63 62 74 -1
 76 64 63 75 -1
 77 65 64 76 -1
 78 66 65 77 -1
 79 67 66 78 -1
 80 68 67 79 -1
 81 69 68 80 -1
 82 70 69 81 -1
 83 71 70 82 -1
 84 72 71 83 -1
 85 73 84 96 -1
 86 74 73 85 -1
 87 75 74 86 -1
 88 76 75 87 -1
 89 77 76 88 -1
 90 78 77 89 -1
 91 79 78 90 -1
 92 80 79 91 -1
 93 81 80 92 -1
 94 82 81 93 -1
 95 83 82 94 -1
 96 84 83 95 -1
 97 85 96 108 -1
 98 86 85 97 -1
 99 87 86 98 -1
 100 88 87 99 -1
 101 89 88 100 -1
 102 90 89 101 -1
 103 91 90 102 -1
 104 92 91 103 -1
 105 93 92 104 -1
 106 94 93 105 -1
 107 95 94 106 -1
 108 96 95 107 -1
 109 97 108 120 -1
 110 98 97 109 -1
 111 99 98 110 -1
 112 100 99 111 -1
 113 101 100 112 -1
 114 102 101 113 -1
 115 103 102 114 -1
 116 104 103 115 -1
 117 105 104 116 -1
 118 106 105 117 -1
 119 107 106 118 -1
 120 108 107 119 -1
 121 109 120 132 -1
 122 110 109 121 -1
 123 111 110 122 -1
 124 112 111 123 -1
 125 113 112 124 -1
 126 114 113 125 -1
 127 115 114 126 -1
 128 116 115 127 -1
 129 117 116 128 -1
 130 118 117 129 -1
 131 119 118 130 -1
 132 120 119 131 -1
"
>
<Coordinate
  point="
0.111339 2.44933 0.771243
0.26578 2.42025 0.671437
0.200506 2.42025 0.598374
0.111339 2.42025 0.571631
0.0221718 2.42025 0.598374
-0.043103 2.42025 0.671437
-0.0669952 2.42025 0.771243
-0.043103 2.42025 0.871049
0.0221717 2.42025 0.944112
0.111339 2.42025 0.970855
0.200506 2.42025 0.944112
0.26578 2.42025 0.871049
0.289673 2.42025 0.771243
0.409697 2.33499 0.578432
0.283596 2.33499 0.437285
0.111339 2.33499 0.385622
-0.0609186 2.33499 0.437285
-0.18702 2.33499 0.578432
-0.233176 2.33499 0.771243
-0.18702 2.33499 0.964054
-0.0609187 2.33499 1.1052
0.111339 2.33499 1.15686
0.283596 2.33499 1.1052
0.409697 2.33499 0.964054
0.455853 2.33499 0.771243
0.533281 2.19936 0.498568
0.354947 2.19936 0.298955
0.111339 2.19936 0.225892
-0.13227 2.19936 0.298955
-0.310604 2.19936 0.498567
-0.375879 2.19936 0.771243
-0.310604 2.19936 1.04392
-0.13227 2.19936 1.24353
0.111339 2.19936 1.31659
0.354947 2.19936 1.24353
0.533281 2.19936 1.04392
0.598556 2.19936 0.771243
0.628111 2.0226 0.437285
0.409697 2.0226 0.192811
0.111339 2.0226 0.103327
-0.18702 2.0226 0.192811
-0.405433 2.0226 0.437285
-0.485378 2.0226 0.771243
-0.405433 2.0226 1.1052
-0.18702 2.0226 1.34968
0.111339 2.0226 1.43916
0.409697 2.0226 1.34968
0.628111 2.0226 1.1052
0.708056 2.0226 0.771243
0.687723 1.81676 0.398761
0.444114 1.81676 0.126086
0.111339 1.81676 0.0262795
-0.221437 1.81676 0.126086
-0.465046 1.81676 0.398761
-0.554213 1.81676 0.771243
-0.465046 1.81676 1.14372
-0.221437 1.81676 1.4164
0.111339 1.81676 1.51621
0.444114 1.81676 1.4164
0.687723 1.81676 1.14372
0.77689 1.81676 0.771243
0.708056 1.59587 0.385622
0.455853 1.59587 0.103327
0.111339 1.59587 -1.0247
-0.233176 1.59587 0.103326
-0.485378 1.59587 0.385621
-0.577691 1.59587 0.771243
-0.485378 1.59587 1.15686
-0.233176 1.59587 1.43916
0.111339 1.59587 1.54249
0.455853 1.59587 1.43916
0.708056 1.59587 1.15686
0.800368 1.59587 0.771243
0.687723 1.37498 0.398761
0.444114 1.37498 0.126086
0.111339 1.37498 0.0262795
-0.221437 1.37498 0.126086
-0.465046 1.37498 0.398761
-0.554213 1.37498 0.771243
-0.465046 1.37498 1.14372
-0.221437 1.37498 1.4164
0.111339 1.37498 1.51621
0.444114 1.37498 1.4164
0.687723 1.37498 1.14372
0.77689 1.37498 0.771243
0.628111 1.16914 0.437285
0.409697 1.16914 0.192811
0.111339 1.16914 0.103327
-0.18702 1.16914 0.192811
-0.405433 1.16914 0.437285
-0.485378 1.16914 0.771243
-0.405433 1.16914 1.1052
-0.18702 1.16914 1.34968
0.111339 1.16914 1.43916
0.409697 1.16914 1.34968
0.628111 1.16914 1.1052
0.708056 1.16914 0.771243
0.533281 0.992387 0.498568
0.354947 0.992387 0.298955
0.111339 0.992387 0.225892
-0.13227 0.992387 0.298955
-0.310604 0.992387 0.498567
-0.375879 0.992387 0.771243
-0.310604 0.992387 1.04392
-0.13227 0.992387 1.24353
0.111339 0.992387 1.31659
0.354947 0.992387 1.24353
0.533281 0.992387 1.04392
0.598556 0.992387 0.771243
0.409697 0.856757 0.578432
0.283596 0.856757 0.437285
0.111339 0.856757 0.385622
-0.0609186 0.856757 0.437285
-0.18702 0.856757 0.578432
-0.233176 0.856757 0.771243
-0.18702 0.856757 0.964054
-0.0609187 0.856757 1.1052
0.111339 0.856757 1.15686
0.283596 0.856757 1.1052
0.409697 0.856757 0.964054
0.455853 0.856757 0.771243
0.26578 0.771496 0.671437
0.200506 0.771496 0.598374
0.111339 0.771496 0.571631
0.0221718 0.771496 0.598374
-0.043103 0.771496 0.671437
-0.0669952 0.771496 0.771243
-0.043103 0.771496 0.871049
0.0221717 0.771496 0.944112
0.111339 0.771496 0.970855
0.200506 0.771496 0.944112
0.26578 0.771496 0.871049
0.289673 0.771496 0.771243
0.111339 0.742415 0.771243
" />
</IndexedFaceSet>
</Shape>
</xsl:for-each>
</xsl:template>
<xsl:template match="auge1">
<xsl:for-each select="auge1">
<Shape>
<Appearance>
 <Material
  ambientIntensity="0.2"
  diffuseColor='1 1 1'
  emissiveColor='0 0 0'
  shininess="1.000000"
  specularColor='0.2 0.2 0.2'
  transparency="0.000000"
/>
</Appearance>
<IndexedFaceSet
  solid="true"
  creaseAngle="1.57"
coordIndex="
0 12 1 -1
 0 1 2 -1
 0 2 3 -1
 0 3 4 -1
 0 4 5 -1
 0 5 6 -1
 0 6 7 -1
 0 7 8 -1
 0 8 9 -1
 0 9 10 -1
 0 10 11 -1
 0 11 12 -1
 133 121 132 -1
 133 122 121 -1
 133 123 122 -1
 133 124 123 -1
 133 125 124 -1
 133 126 125 -1
 133 127 126 -1
 133 128 127 -1
 133 129 128 -1
 133 130 129 -1
 133 131 130 -1
 133 132 131 -1
 13 1 12 24 -1
 14 2 1 13 -1
 15 3 2 14 -1
 16 4 3 15 -1
 17 5 4 16 -1
 18 6 5 17 -1
 19 7 6 18 -1
 20 8 7 19 -1
 21 9 8 20 -1
 22 10 9 21 -1
 23 11 10 22 -1
 24 12 11 23 -1
 25 13 24 36 -1
 26 14 13 25 -1
 27 15 14 26 -1
 28 16 15 27 -1
 29 17 16 28 -1
 30 18 17 29 -1
 31 19 18 30 -1
 32 20 19 31 -1
 33 21 20 32 -1
 34 22 21 33 -1
 35 23 22 34 -1
 36 24 23 35 -1
 37 25 36 48 -1
 38 26 25 37 -1
 39 27 26 38 -1
 40 28 27 39 -1
 41 29 28 40 -1
 42 30 29 41 -1
 43 31 30 42 -1
 44 32 31 43 -1
 45 33 32 44 -1
 46 34 33 45 -1
 47 35 34 46 -1
 48 36 35 47 -1
 49 37 48 60 -1
 50 38 37 49 -1
 51 39 38 50 -1
 52 40 39 51 -1
 53 41 40 52 -1
 54 42 41 53 -1
 55 43 42 54 -1
 56 44 43 55 -1
 57 45 44 56 -1
 58 46 45 57 -1
 59 47 46 58 -1
 60 48 47 59 -1
 61 49 60 72 -1
 62 50 49 61 -1
 63 51 50 62 -1
 64 52 51 63 -1
 65 53 52 64 -1
 66 54 53 65 -1
 67 55 54 66 -1
 68 56 55 67 -1
 69 57 56 68 -1
 70 58 57 69 -1
 71 59 58 70 -1
 72 60 59 71 -1
 73 61 72 84 -1
 74 62 61 73 -1
 75 63 62 74 -1
 76 64 63 75 -1
 77 65 64 76 -1
 78 66 65 77 -1
 79 67 66 78 -1
 80 68 67 79 -1
 81 69 68 80 -1
 82 70 69 81 -1
 83 71 70 82 -1
 84 72 71 83 -1
 85 73 84 96 -1
 86 74 73 85 -1
 87 75 74 86 -1
 88 76 75 87 -1
 89 77 76 88 -1
 90 78 77 89 -1
 91 79 78 90 -1
 92 80 79 91 -1
 93 81 80 92 -1
 94 82 81 93 -1
 95 83 82 94 -1
 96 84 83 95 -1
 97 85 96 108 -1
 98 86 85 97 -1
 99 87 86 98 -1
 100 88 87 99 -1
 101 89 88 100 -1
 102 90 89 101 -1
 103 91 90 102 -1
 104 92 91 103 -1
 105 93 92 104 -1
 106 94 93 105 -1
 107 95 94 106 -1
 108 96 95 107 -1
 109 97 108 120 -1
 110 98 97 109 -1
 111 99 98 110 -1
 112 100 99 111 -1
 113 101 100 112 -1
 114 102 101 113 -1
 115 103 102 114 -1
 116 104 103 115 -1
 117 105 104 116 -1
 118 106 105 117 -1
 119 107 106 118 -1
 120 108 107 119 -1
 121 109 120 132 -1
 122 110 109 121 -1
 123 111 110 122 -1
 124 112 111 123 -1
 125 113 112 124 -1
 126 114 113 125 -1
 127 115 114 126 -1
 128 116 115 127 -1
 129 117 116 128 -1
 130 118 117 129 -1
 131 119 118 130 -1
 132 120 119 131 -1
"
>
<Coordinate
  point="
-0.147047 2.01086 0.0743838
-0.131252 2.00819 0.0647579
-0.137928 2.00819 0.0577112
-0.147047 2.00819 0.0551319
-0.156167 2.00819 0.0577111
-0.162843 2.00819 0.0647578
-0.165286 2.00819 0.0743838
-0.162843 2.00819 0.0840098
-0.156167 2.00819 0.0910565
-0.147047 2.00819 0.0936358
-0.137928 2.00819 0.0910565
-0.131252 2.00819 0.0840098
-0.128809 2.00819 0.0743838
-0.116533 2.00037 0.0557879
-0.12943 2.00037 0.0421747
-0.147047 2.00037 0.0371919
-0.164665 2.00037 0.0421747
-0.177561 2.00037 0.0557879
-0.182282 2.00037 0.0743838
-0.177561 2.00037 0.0929798
-0.164665 2.00037 0.106593
-0.147047 2.00037 0.111576
-0.12943 2.00037 0.106593
-0.116533 2.00037 0.0929798
-0.111813 2.00037 0.0743838
-0.103894 1.98792 0.0480852
-0.122133 1.98792 0.0288332
-0.147047 1.98792 0.0217865
-0.171962 1.98792 0.0288332
-0.190201 1.98792 0.0480852
-0.196876 1.98792 0.0743838
-0.190201 1.98792 0.100682
-0.171962 1.98792 0.119934
-0.147047 1.98792 0.126981
-0.122133 1.98792 0.119934
-0.103894 1.98792 0.100682
-0.0972183 1.98792 0.0743838
-0.0941957 1.97171 0.0421747
-0.116533 1.97171 0.018596
-0.147047 1.97171 0.00996555
-0.177561 1.97171 0.018596
-0.199899 1.97171 0.0421747
-0.208075 1.97171 0.0743838
-0.199899 1.97171 0.106593
-0.177561 1.97171 0.130172
-0.147047 1.97171 0.138802
-0.116533 1.97171 0.130172
-0.0941957 1.97171 0.106593
-0.0860195 1.97171 0.0743838
-0.088099 1.95282 0.0384592
-0.113013 1.95282 0.0121606
-0.147047 1.95282 0.00253457
-0.181081 1.95282 0.0121605
-0.205996 1.95282 0.0384592
-0.215115 1.95282 0.0743838
-0.205996 1.95282 0.110308
-0.181081 1.95282 0.136607
-0.147047 1.95282 0.146233
-0.113014 1.95282 0.136607
-0.088099 1.95282 0.110308
-0.0789796 1.95282 0.0743838
-0.0860195 1.93256 0.0371919
-0.111813 1.93256 0.00996555
-0.147047 1.93256 0
-0.182282 1.93256 0.00996554
-0.208075 1.93256 0.0371919
-0.217516 1.93256 0.0743838
-0.208075 1.93256 0.111576
-0.182282 1.93256 0.138802
-0.147047 1.93256 0.148768
-0.111813 1.93256 0.138802
-0.0860195 1.93256 0.111576
-0.0765785 1.93256 0.0743838
-0.088099 1.91229 0.0384592
-0.113013 1.91229 0.0121606
-0.147047 1.91229 0.00253457
-0.181081 1.91229 0.0121605
-0.205996 1.91229 0.0384592
-0.215115 1.91229 0.0743838
-0.205996 1.91229 0.110308
-0.181081 1.91229 0.136607
-0.147047 1.91229 0.146233
-0.113014 1.91229 0.136607
-0.088099 1.91229 0.110308
-0.0789796 1.91229 0.0743838
-0.0941957 1.89341 0.0421747
-0.116533 1.89341 0.018596
-0.147047 1.89341 0.00996555
-0.177561 1.89341 0.018596
-0.199899 1.89341 0.0421747
-0.208075 1.89341 0.0743838
-0.199899 1.89341 0.106593
-0.177561 1.89341 0.130172
-0.147047 1.89341 0.138802
-0.116533 1.89341 0.130172
-0.0941957 1.89341 0.106593
-0.0860195 1.89341 0.0743838
-0.103894 1.87719 0.0480852
-0.122133 1.87719 0.0288332
-0.147047 1.87719 0.0217865
-0.171962 1.87719 0.0288332
-0.190201 1.87719 0.0480852
-0.196876 1.87719 0.0743838
-0.190201 1.87719 0.100682
-0.171962 1.87719 0.119934
-0.147047 1.87719 0.126981
-0.122133 1.87719 0.119934
-0.103894 1.87719 0.100682
-0.0972183 1.87719 0.0743838
-0.116533 1.86475 0.0557879
-0.12943 1.86475 0.0421747
-0.147047 1.86475 0.0371919
-0.164665 1.86475 0.0421747
-0.177561 1.86475 0.0557879
-0.182282 1.86475 0.0743838
-0.177561 1.86475 0.0929798
-0.164665 1.86475 0.106593
-0.147047 1.86475 0.111576
-0.12943 1.86475 0.106593
-0.116533 1.86475 0.0929798
-0.111813 1.86475 0.0743838
-0.131252 1.85693 0.0647579
-0.137928 1.85693 0.0577112
-0.147047 1.85693 0.0551319
-0.156167 1.85693 0.0577111
-0.162843 1.85693 0.0647578
-0.165286 1.85693 0.0743838
-0.162843 1.85693 0.0840098
-0.156167 1.85693 0.0910565
-0.147047 1.85693 0.0936358
-0.137928 1.85693 0.0910565
-0.131252 1.85693 0.0840098
-0.128809 1.85693 0.0743838
-0.147047 1.85426 0.0743838
" />
</IndexedFaceSet>
</Shape>
</xsl:for-each>
</xsl:template>
<xsl:template match="auge2">
<xsl:for-each select="auge2">
<Shape>
<Appearance>
 <Material
  ambientIntensity="0.2"
  diffuseColor='1 1 1'
  emissiveColor='0 0 0'
  shininess="1.000000"
  specularColor='0.2 0.2 0.2'
  transparency="0.000000"
/>
</Appearance>
<IndexedFaceSet
  solid="true"
  creaseAngle="1.57"
coordIndex="
0 12 1 -1
 0 1 2 -1
 0 2 3 -1
 0 3 4 -1
 0 4 5 -1
 0 5 6 -1
 0 6 7 -1
 0 7 8 -1
 0 8 9 -1
 0 9 10 -1
 0 10 11 -1
 0 11 12 -1
 133 121 132 -1
 133 122 121 -1
 133 123 122 -1
 133 124 123 -1
 133 125 124 -1
 133 126 125 -1
 133 127 126 -1
 133 128 127 -1
 133 129 128 -1
 133 130 129 -1
 133 131 130 -1
 133 132 131 -1
 13 1 12 24 -1
 14 2 1 13 -1
 15 3 2 14 -1
 16 4 3 15 -1
 17 5 4 16 -1
 18 6 5 17 -1
 19 7 6 18 -1
 20 8 7 19 -1
 21 9 8 20 -1
 22 10 9 21 -1
 23 11 10 22 -1
 24 12 11 23 -1
 25 13 24 36 -1
 26 14 13 25 -1
 27 15 14 26 -1
 28 16 15 27 -1
 29 17 16 28 -1
 30 18 17 29 -1
 31 19 18 30 -1
 32 20 19 31 -1
 33 21 20 32 -1
 34 22 21 33 -1
 35 23 22 34 -1
 36 24 23 35 -1
 37 25 36 48 -1
 38 26 25 37 -1
 39 27 26 38 -1
 40 28 27 39 -1
 41 29 28 40 -1
 42 30 29 41 -1
 43 31 30 42 -1
 44 32 31 43 -1
 45 33 32 44 -1
 46 34 33 45 -1
 47 35 34 46 -1
 48 36 35 47 -1
 49 37 48 60 -1
 50 38 37 49 -1
 51 39 38 50 -1
 52 40 39 51 -1
 53 41 40 52 -1
 54 42 41 53 -1
 55 43 42 54 -1
 56 44 43 55 -1
 57 45 44 56 -1
 58 46 45 57 -1
 59 47 46 58 -1
 60 48 47 59 -1
 61 49 60 72 -1
 62 50 49 61 -1
 63 51 50 62 -1
 64 52 51 63 -1
 65 53 52 64 -1
 66 54 53 65 -1
 67 55 54 66 -1
 68 56 55 67 -1
 69 57 56 68 -1
 70 58 57 69 -1
 71 59 58 70 -1
 72 60 59 71 -1
 73 61 72 84 -1
 74 62 61 73 -1
 75 63 62 74 -1
 76 64 63 75 -1
 77 65 64 76 -1
 78 66 65 77 -1
 79 67 66 78 -1
 80 68 67 79 -1
 81 69 68 80 -1
 82 70 69 81 -1
 83 71 70 82 -1
 84 72 71 83 -1
 85 73 84 96 -1
 86 74 73 85 -1
 87 75 74 86 -1
 88 76 75 87 -1
 89 77 76 88 -1
 90 78 77 89 -1
 91 79 78 90 -1
 92 80 79 91 -1
 93 81 80 92 -1
 94 82 81 93 -1
 95 83 82 94 -1
 96 84 83 95 -1
 97 85 96 108 -1
 98 86 85 97 -1
 99 87 86 98 -1
 100 88 87 99 -1
 101 89 88 100 -1
 102 90 89 101 -1
 103 91 90 102 -1
 104 92 91 103 -1
 105 93 92 104 -1
 106 94 93 105 -1
 107 95 94 106 -1
 108 96 95 107 -1
 109 97 108 120 -1
 110 98 97 109 -1
 111 99 98 110 -1
 112 100 99 111 -1
 113 101 100 112 -1
 114 102 101 113 -1
 115 103 102 114 -1
 116 104 103 115 -1
 117 105 104 116 -1
 118 106 105 117 -1
 119 107 106 118 -1
 120 108 107 119 -1
 121 109 120 132 -1
 122 110 109 121 -1
 123 111 110 122 -1
 124 112 111 123 -1
 125 113 112 124 -1
 126 114 113 125 -1
 127 115 114 126 -1
 128 116 115 127 -1
 129 117 116 128 -1
 130 118 117 129 -1
 131 119 118 130 -1
 132 120 119 131 -1
"
>
 
Hier die zweite Hälfte des XSLT-Codes, die ich wegen der Zeichenbegrenzung nicht zusammen posten konnte:

Code:
<Coordinate
  point="
0.416704 2.01086 0.199662
0.432499 2.00819 0.190036
0.425823 2.00819 0.182989
0.416704 2.00819 0.18041
0.407584 2.00819 0.182989
0.400909 2.00819 0.190036
0.398465 2.00819 0.199662
0.400909 2.00819 0.209288
0.407584 2.00819 0.216335
0.416704 2.00819 0.218914
0.425823 2.00819 0.216335
0.432499 2.00819 0.209288
0.434943 2.00819 0.199662
0.447218 2.00037 0.181066
0.434321 2.00037 0.167453
0.416704 2.00037 0.16247
0.399087 2.00037 0.167453
0.38619 2.00037 0.181066
0.381469 2.00037 0.199662
0.38619 2.00037 0.218258
0.399087 2.00037 0.231871
0.416704 2.00037 0.236854
0.434321 2.00037 0.231871
0.447218 2.00037 0.218258
0.451938 2.00037 0.199662
0.459857 1.98792 0.173363
0.441618 1.98792 0.154111
0.416704 1.98792 0.147065
0.391789 1.98792 0.154111
0.373551 1.98792 0.173363
0.366875 1.98792 0.199662
0.373551 1.98792 0.225961
0.391789 1.98792 0.245212
0.416704 1.98792 0.252259
0.441618 1.98792 0.245212
0.459857 1.98792 0.225961
0.466533 1.98792 0.199662
0.469556 1.97171 0.167453
0.447218 1.97171 0.143874
0.416704 1.97171 0.135244
0.38619 1.97171 0.143874
0.363852 1.97171 0.167453
0.355676 1.97171 0.199662
0.363852 1.97171 0.231871
0.38619 1.97171 0.25545
0.416704 1.97171 0.26408
0.447218 1.97171 0.25545
0.469556 1.97171 0.231871
0.477732 1.97171 0.199662
0.475652 1.95282 0.163737
0.450738 1.95282 0.137439
0.416704 1.95282 0.127813
0.38267 1.95282 0.137439
0.357755 1.95282 0.163737
0.348636 1.95282 0.199662
0.357755 1.95282 0.235587
0.38267 1.95282 0.261885
0.416704 1.95282 0.271511
0.450738 1.95282 0.261885
0.475652 1.95282 0.235587
0.484772 1.95282 0.199662
0.477732 1.93256 0.16247
0.451938 1.93256 0.135244
0.416704 1.93256 0.125278
0.381469 1.93256 0.135244
0.355676 1.93256 0.16247
0.346235 1.93256 0.199662
0.355676 1.93256 0.236854
0.381469 1.93256 0.26408
0.416704 1.93256 0.274046
0.451938 1.93256 0.26408
0.477732 1.93256 0.236854
0.487173 1.93256 0.199662
0.475652 1.91229 0.163737
0.450738 1.91229 0.137439
0.416704 1.91229 0.127813
0.38267 1.91229 0.137439
0.357755 1.91229 0.163737
0.348636 1.91229 0.199662
0.357755 1.91229 0.235587
0.38267 1.91229 0.261885
0.416704 1.91229 0.271511
0.450738 1.91229 0.261885
0.475652 1.91229 0.235587
0.484772 1.91229 0.199662
0.469556 1.89341 0.167453
0.447218 1.89341 0.143874
0.416704 1.89341 0.135244
0.38619 1.89341 0.143874
0.363852 1.89341 0.167453
0.355676 1.89341 0.199662
0.363852 1.89341 0.231871
0.38619 1.89341 0.25545
0.416704 1.89341 0.26408
0.447218 1.89341 0.25545
0.469556 1.89341 0.231871
0.477732 1.89341 0.199662
0.459857 1.87719 0.173363
0.441618 1.87719 0.154111
0.416704 1.87719 0.147065
0.391789 1.87719 0.154111
0.373551 1.87719 0.173363
0.366875 1.87719 0.199662
0.373551 1.87719 0.225961
0.391789 1.87719 0.245212
0.416704 1.87719 0.252259
0.441618 1.87719 0.245212
0.459857 1.87719 0.225961
0.466533 1.87719 0.199662
0.447218 1.86475 0.181066
0.434321 1.86475 0.167453
0.416704 1.86475 0.16247
0.399087 1.86475 0.167453
0.38619 1.86475 0.181066
0.381469 1.86475 0.199662
0.38619 1.86475 0.218258
0.399087 1.86475 0.231871
0.416704 1.86475 0.236854
0.434321 1.86475 0.231871
0.447218 1.86475 0.218258
0.451938 1.86475 0.199662
0.432499 1.85693 0.190036
0.425823 1.85693 0.182989
0.416704 1.85693 0.18041
0.407584 1.85693 0.182989
0.400909 1.85693 0.190036
0.398465 1.85693 0.199662
0.400909 1.85693 0.209288
0.407584 1.85693 0.216335
0.416704 1.85693 0.218914
0.425823 1.85693 0.216335
0.432499 1.85693 0.209288
0.434943 1.85693 0.199662
0.416704 1.85426 0.199662
" />
</IndexedFaceSet>
</Shape>
</xsl:for-each>
</xsl:template>
<xsl:template match="koerper">
<xsl:for-each select="koerper">
<Shape>
<Appearance>
 <Material
  ambientIntensity="0.2"
  diffuseColor='0 0 0'
  emissiveColor='0 0 0'
  shininess="1.000000"
  specularColor='0.2 0.2 0.2'
  transparency="0.000000"
/>
</Appearance>
<IndexedFaceSet
  solid="true"
  creaseAngle="1.57"
coordIndex="
0 12 1 -1
 0 1 2 -1
 0 2 3 -1
 0 3 4 -1
 0 4 5 -1
 0 5 6 -1
 0 6 7 -1
 0 7 8 -1
 0 8 9 -1
 0 9 10 -1
 0 10 11 -1
 0 11 12 -1
 133 121 132 -1
 133 122 121 -1
 133 123 122 -1
 133 124 123 -1
 133 125 124 -1
 133 126 125 -1
 133 127 126 -1
 133 128 127 -1
 133 129 128 -1
 133 130 129 -1
 133 131 130 -1
 133 132 131 -1
 13 1 12 24 -1
 14 2 1 13 -1
 15 3 2 14 -1
 16 4 3 15 -1
 17 5 4 16 -1
 18 6 5 17 -1
 19 7 6 18 -1
 20 8 7 19 -1
 21 9 8 20 -1
 22 10 9 21 -1
 23 11 10 22 -1
 24 12 11 23 -1
 25 13 24 36 -1
 26 14 13 25 -1
 27 15 14 26 -1
 28 16 15 27 -1
 29 17 16 28 -1
 30 18 17 29 -1
 31 19 18 30 -1
 32 20 19 31 -1
 33 21 20 32 -1
 34 22 21 33 -1
 35 23 22 34 -1
 36 24 23 35 -1
 37 25 36 48 -1
 38 26 25 37 -1
 39 27 26 38 -1
 40 28 27 39 -1
 41 29 28 40 -1
 42 30 29 41 -1
 43 31 30 42 -1
 44 32 31 43 -1
 45 33 32 44 -1
 46 34 33 45 -1
 47 35 34 46 -1
 48 36 35 47 -1
 49 37 48 60 -1
 50 38 37 49 -1
 51 39 38 50 -1
 52 40 39 51 -1
 53 41 40 52 -1
 54 42 41 53 -1
 55 43 42 54 -1
 56 44 43 55 -1
 57 45 44 56 -1
 58 46 45 57 -1
 59 47 46 58 -1
 60 48 47 59 -1
 61 49 60 72 -1
 62 50 49 61 -1
 63 51 50 62 -1
 64 52 51 63 -1
 65 53 52 64 -1
 66 54 53 65 -1
 67 55 54 66 -1
 68 56 55 67 -1
 69 57 56 68 -1
 70 58 57 69 -1
 71 59 58 70 -1
 72 60 59 71 -1
 73 61 72 84 -1
 74 62 61 73 -1
 75 63 62 74 -1
 76 64 63 75 -1
 77 65 64 76 -1
 78 66 65 77 -1
 79 67 66 78 -1
 80 68 67 79 -1
 81 69 68 80 -1
 82 70 69 81 -1
 83 71 70 82 -1
 84 72 71 83 -1
 85 73 84 96 -1
 86 74 73 85 -1
 87 75 74 86 -1
 88 76 75 87 -1
 89 77 76 88 -1
 90 78 77 89 -1
 91 79 78 90 -1
 92 80 79 91 -1
 93 81 80 92 -1
 94 82 81 93 -1
 95 83 82 94 -1
 96 84 83 95 -1
 97 85 96 108 -1
 98 86 85 97 -1
 99 87 86 98 -1
 100 88 87 99 -1
 101 89 88 100 -1
 102 90 89 101 -1
 103 91 90 102 -1
 104 92 91 103 -1
 105 93 92 104 -1
 106 94 93 105 -1
 107 95 94 106 -1
 108 96 95 107 -1
 109 97 108 120 -1
 110 98 97 109 -1
 111 99 98 110 -1
 112 100 99 111 -1
 113 101 100 112 -1
 114 102 101 113 -1
 115 103 102 114 -1
 116 104 103 115 -1
 117 105 104 116 -1
 118 106 105 117 -1
 119 107 106 118 -1
 120 108 107 119 -1
 121 109 120 132 -1
 122 110 109 121 -1
 123 111 110 122 -1
 124 112 111 123 -1
 125 113 112 124 -1
 126 114 113 125 -1
 127 115 114 126 -1
 128 116 115 127 -1
 129 117 116 128 -1
 130 118 117 129 -1
 131 119 118 130 -1
 132 120 119 131 -1
"
>
<Coordinate
  point="
-0.374114 1.54106 1.3115
-0.0582105 1.49971 1.14178
-0.191727 1.49971 1.01754
-0.374114 1.49971 0.972062
-0.556501 1.49971 1.01754
-0.690017 1.49971 1.14178
-0.738888 1.49971 1.3115
-0.690017 1.49971 1.48123
-0.556501 1.49971 1.60547
-0.374114 1.49971 1.65095
-0.191727 1.49971 1.60547
-0.0582105 1.49971 1.48123
-0.00934008 1.49971 1.3115
0.236165 1.37847 0.983629
-0.0217693 1.37847 0.743607
-0.374114 1.37847 0.655752
-0.726458 1.37847 0.743606
-0.984392 1.37847 0.983628
-1.0788 1.37847 1.3115
-0.984393 1.37847 1.63938
-0.726458 1.37847 1.8794
-0.374114 1.37847 1.96726
-0.0217694 1.37847 1.8794
0.236165 1.37847 1.63938
0.330575 1.37847 1.3115
0.48895 1.1856 0.847818
0.124177 1.1856 0.508375
-0.374114 1.1856 0.384131
-0.872404 1.1856 0.508375
-1.23718 1.1856 0.847818
-1.37069 1.1856 1.3115
-1.23718 1.1856 1.77519
-0.872404 1.1856 2.11463
-0.374114 1.1856 2.23888
0.124176 1.1856 2.11463
0.48895 1.1856 1.77519
0.622467 1.1856 1.3115
0.68292 0.934247 0.743607
0.236165 0.934247 0.327876
-0.374114 0.934247 0.175708
-0.984392 0.934247 0.327876
-1.43115 0.934247 0.743606
-1.59467 0.934247 1.3115
-1.43115 0.934247 1.8794
-0.984393 0.934247 2.29513
-0.374114 0.934247 2.4473
0.236165 0.934247 2.29513
0.68292 0.934247 1.8794
0.846443 0.934247 1.3115
0.804854 0.641543 0.678097
0.306564 0.641543 0.21441
-0.374114 0.641543 0.0446885
-1.05479 0.641543 0.21441
-1.55308 0.641543 0.678096
-1.73547 0.641543 1.3115
-1.55308 0.641543 1.94491
-1.05479 0.641543 2.4086
-0.374114 0.641543 2.57832
0.306563 0.641543 2.4086
0.804854 0.641543 1.94491
0.987241 0.641543 1.3115
0.846443 0.327432 0.655752
0.330575 0.327432 0.175708
-0.374114 0.327432 0
-1.0788 0.327432 0.175708
-1.59467 0.327432 0.655752
-1.78349 0.327432 1.3115
-1.59467 0.327432 1.96726
-1.0788 0.327432 2.4473
-0.374114 0.327432 2.62301
0.330575 0.327432 2.4473
0.846443 0.327432 1.96726
1.03526 0.327432 1.3115
0.804854 0.0133211 0.678097
0.306564 0.0133211 0.21441
-0.374114 0.0133211 0.0446885
-1.05479 0.0133211 0.21441
-1.55308 0.0133211 0.678096
-1.73547 0.0133211 1.3115
-1.55308 0.0133211 1.94491
-1.05479 0.0133211 2.4086
-0.374114 0.0133211 2.57832
0.306563 0.0133211 2.4086
0.804854 0.0133211 1.94491
0.987241 0.0133211 1.3115
0.68292 -0.279384 0.743607
0.236165 -0.279384 0.327876
-0.374114 -0.279384 0.175708
-0.984392 -0.279384 0.327876
-1.43115 -0.279384 0.743606
-1.59467 -0.279384 1.3115
-1.43115 -0.279384 1.8794
-0.984393 -0.279384 2.29513
-0.374114 -0.279384 2.4473
0.236165 -0.279384 2.29513
0.68292 -0.279384 1.8794
0.846443 -0.279384 1.3115
0.48895 -0.530735 0.847818
0.124177 -0.530735 0.508375
-0.374114 -0.530735 0.384131
-0.872404 -0.530735 0.508375
-1.23718 -0.530735 0.847818
-1.37069 -0.530735 1.3115
-1.23718 -0.530735 1.77519
-0.872404 -0.530735 2.11463
-0.374114 -0.530735 2.23888
0.124176 -0.530735 2.11463
0.48895 -0.530735 1.77519
0.622467 -0.530735 1.3115
0.236165 -0.723603 0.983629
-0.0217693 -0.723603 0.743607
-0.374114 -0.723603 0.655752
-0.726458 -0.723603 0.743606
-0.984392 -0.723603 0.983628
-1.0788 -0.723603 1.3115
-0.984393 -0.723603 1.63938
-0.726458 -0.723603 1.8794
-0.374114 -0.723603 1.96726
-0.0217694 -0.723603 1.8794
0.236165 -0.723603 1.63938
0.330575 -0.723603 1.3115
-0.0582105 -0.844846 1.14178
-0.191727 -0.844846 1.01754
-0.374114 -0.844846 0.972062
-0.556501 -0.844846 1.01754
-0.690017 -0.844846 1.14178
-0.738888 -0.844846 1.3115
-0.690017 -0.844846 1.48123
-0.556501 -0.844846 1.60547
-0.374114 -0.844846 1.65095
-0.191727 -0.844846 1.60547
-0.0582105 -0.844846 1.48123
-0.00934008 -0.844846 1.3115
-0.374114 -0.886199 1.3115
" />
</IndexedFaceSet>
</Shape>
</xsl:for-each>
</xsl:template>
<xsl:template match="fluegel1">
<xsl:for-each select="fluegel1">
<Shape>
<Appearance>
 <Material
  ambientIntensity="0.2"
  diffuseColor='1 1 1'
  emissiveColor='0 0 0'
  shininess="1.000000"
  specularColor='0.2 0.2 0.2'
  transparency="0.000000"
/>
</Appearance>
<IndexedFaceSet
  solid="false"
  creaseAngle="1.57"
coordIndex="
0 1 2 3 4 5 6 7 8 9 -1
"
>
<Coordinate
  point="
-0.889978 0 0.523104
-1.32798 0 -0.362625
-0.977578 0 -0.372359
-0.763445 0 -0.528091
-0.51038 0 -0.450225
-0.130782 0 -0.469692
0.0736172 0 -0.343159
0.550548 0 -0.236093
0.657614 0 0.104572
0.11255 0 0.54257
" />
</IndexedFaceSet>
</Shape>
</xsl:for-each>
</xsl:template>
<xsl:template match="fluegel2">
<xsl:for-each select="fluegel2">
<Shape>
<Appearance>
 <Material
  ambientIntensity="0.2"
  diffuseColor='1 1 1'
  emissiveColor='0 0 0'
  shininess="1.000000"
  specularColor='0.2 0.2 0.2'
  transparency="0.000000"
/>
</Appearance>
<IndexedFaceSet
  solid="false"
  creaseAngle="1.57"
coordIndex="
0 1 2 3 4 5 6 7 8 -1
"
>
<Coordinate
  point="
-1.23064 0 1.78843
-1.79517 0 2.82989
-1.11384 0 2.73256
-0.792645 0 3.06349
-0.45198 0 2.81043
-0.140515 0 2.98563
0.248816 0 2.82016
0.453215 0 2.62549
0.22935 0 2.31403
" />
</IndexedFaceSet>
</Shape>
</xsl:for-each>
</xsl:template>
<xsl:template match="beinlinks">
<xsl:for-each select="beinlinks">
<Shape>
<Appearance>
 <Material
  ambientIntensity="0.2"
  diffuseColor='1 1 1'
  emissiveColor='0 0 0'
  shininess="1.000000"
  specularColor='0.2 0.2 0.2'
  transparency="0.000000"
/>
</Appearance>
<IndexedFaceSet
  solid="true"
  creaseAngle="1.57"
coordIndex="
0 2 13 -1
 0 3 2 -1
 0 4 3 -1
 0 5 4 -1
 0 6 5 -1
 0 7 6 -1
 0 8 7 -1
 0 9 8 -1
 0 10 9 -1
 0 11 10 -1
 0 12 11 -1
 0 13 12 -1
 1 25 14 -1
 1 14 15 -1
 1 15 16 -1
 1 16 17 -1
 1 17 18 -1
 1 18 19 -1
 1 19 20 -1
 1 20 21 -1
 1 21 22 -1
 1 22 23 -1
 1 23 24 -1
 1 24 25 -1
 25 13 2 14 -1
 14 2 3 15 -1
 15 3 4 16 -1
 16 4 5 17 -1
 17 5 6 18 -1
 18 6 7 19 -1
 19 7 8 20 -1
 20 8 9 21 -1
 21 9 10 22 -1
 22 10 11 23 -1
 23 11 12 24 -1
 24 12 13 25 -1
"
>
<Coordinate
  point="
-0.456893 -1.43171 0.0915902
-0.539472 -0.171834 0.31273
-0.434755 -1.81535 0.234537
-0.325469 -1.73025 0.231729
-0.251397 -1.56515 0.191371
-0.232389 -1.3643 0.124276
-0.273536 -1.18151 0.0484236
-0.363814 -1.06577 -0.0158625
-0.479032 -1.04807 -0.0513569
-0.588318 -1.13317 -0.0485487
-0.662389 -1.29827 -0.00819045
-0.681398 -1.49912 0.058904
-0.640251 -1.68191 0.134757
-0.549973 -1.79765 0.199043
-0.517333 -0.555474 0.455677
-0.408047 -0.470373 0.452869
-0.333976 -0.305279 0.412511
-0.314967 -0.104428 0.345416
-0.356114 0.0783619 0.269564
-0.446392 0.194111 0.205278
-0.56161 0.211806 0.169783
-0.670896 0.126704 0.172591
-0.744967 -0.0383897 0.21295
-0.763976 -0.239241 0.280044
-0.722829 -0.42203 0.355897
-0.632551 -0.537779 0.420183
" />
</IndexedFaceSet>
</Shape>
</xsl:for-each>
</xsl:template>
<xsl:template match="beinrechts">
<xsl:for-each select="beinrechts">
<Shape>
<Appearance>
 <Material
  ambientIntensity="0.2"
  diffuseColor='1 1 1'
  emissiveColor='0 0 0'
  shininess="1.000000"
  specularColor='0.2 0.2 0.2'
  transparency="0.000000"
/>
</Appearance>
<IndexedFaceSet
  solid="true"
  creaseAngle="1.57"
coordIndex="
0 2 13 -1
 0 3 2 -1
 0 4 3 -1
 0 5 4 -1
 0 6 5 -1
 0 7 6 -1
 0 8 7 -1
 0 9 8 -1
 0 10 9 -1
 0 11 10 -1
 0 12 11 -1
 0 13 12 -1
 1 25 14 -1
 1 14 15 -1
 1 15 16 -1
 1 16 17 -1
 1 17 18 -1
 1 18 19 -1
 1 19 20 -1
 1 20 21 -1
 1 21 22 -1
 1 22 23 -1
 1 23 24 -1
 1 24 25 -1
 25 13 2 14 -1
 14 2 3 15 -1
 15 3 4 16 -1
 16 4 5 17 -1
 17 5 6 18 -1
 18 6 7 19 -1
 19 7 8 20 -1
 20 8 9 21 -1
 21 9 10 22 -1
 22 10 11 23 -1
 23 11 12 24 -1
 24 12 13 25 -1
"
>
<Coordinate
  point="
0.169497 -1.49766 0.398629
0.0869187 -0.237779 0.619769
0.191635 -1.88129 0.541576
0.300922 -1.79619 0.538768
0.374993 -1.6311 0.49841
0.394001 -1.43025 0.431315
0.352854 -1.24746 0.355462
0.262577 -1.13171 0.291176
0.147358 -1.11401 0.255682
0.0380721 -1.19912 0.25849
-0.035999 -1.36421 0.298848
-0.0550078 -1.56506 0.365943
-0.0138606 -1.74785 0.441796
0.0764171 -1.8636 0.506082
0.109057 -0.621419 0.762716
0.218344 -0.536318 0.759908
0.292415 -0.371223 0.71955
0.311423 -0.170373 0.652455
0.270276 0.0124173 0.576603
0.179999 0.128166 0.512317
0.0647803 0.145862 0.476822
-0.0445059 0.0607598 0.47963
-0.118577 -0.104334 0.519989
-0.137586 -0.305185 0.587083
-0.0964386 -0.487974 0.662936
-0.00616094 -0.603724 0.727222
" />
</IndexedFaceSet>
</Shape>
</xsl:for-each>
</xsl:template>
<xsl:template match="schwanzfeder">
<xsl:for-each select="schwanzfeder">
<Shape>
<Appearance>
 <Material
  ambientIntensity="0.2"
  diffuseColor='1 1 1'
  emissiveColor='0 0 0'
  shininess="1.000000"
  specularColor='0.2 0.2 0.2'
  transparency="0.000000"
/>
</Appearance>
<IndexedFaceSet
  solid="false"
  creaseAngle="1.57"
coordIndex="
0 1 2 3 4 5 6 7 8 9 10 11 -1
"
>
<Coordinate
  point="
-1.22287 0 0.869439
-2.44296 0 -0.898803
-2.37223 0 -0.279918
-2.72588 0 0.14446
-2.35454 0 0.58652
-2.74356 0 0.922486
-2.40759 0 1.34686
-3.00879 0 1.73588
-2.53137 0 2.10721
-2.6021 0 2.67305
-2.12467 0 2.72609
-1.22287 0 1.85965
" />
</IndexedFaceSet>
</Shape>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>
 
Hier noch die DTD:

Code:
<!ELEMENT kopf (auge1, auge2)>
	<!ELEMENT auge1 (#PCDATA)>
	<!ELEMENT auge2 (#PCDATA)>

<!ELEMENT koerper (fluegel1, fluegel2, beinlinks, beinrechts, schwanzfeder)>
<!ELEMENT fluegel1 (#PCDATA)>
<!ELEMENT fluegel2 (#PCDATA)>
<!ELEMENT beinlinks (#PCDATA)>
<!ELEMENT beinrechts (#PCDATA)>
<!ELEMENT schwanzfeder (#PCDATA)>

Und die XML

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> 
<?xml-stylesheet href="rabe.xsl" type="text/xsl" ?>
<!DOCTYPE rabe SYSTEM "rabe.dtd">

<rabe>
<kopf>
	<auge1 />
		<auge2 />
	</kopf>
	
	<koerper>
  <fluegel1 />
  <fluegel2 />

  <beinlinks/>
  <beinrechts/>
  <schwanzfeder />
</koerper>
</rabe>
 
Hallo unbekannterweise


dein durchlaufen der knoten funktioniert so nicht

Code:
       <xsl:template match="/">
		<X3D profile="Immersive" version="3.0">
			<Scene>
				<Transform>
					<PointLight on="true" location="-0.228412 0.514089 0"/>
					<xsl:apply-templates select="rabe"/>
				</Transform>
			</Scene>
		</X3D>
	</xsl:template>

	<xsl:template match="rabe">
		<xsl:apply-templates select="kopf"/>
		<xsl:apply-templates select="kopf/auge1"/>
		<xsl:apply-templates select="kopf/auge2"/>
		<xsl:apply-templates select="koerper"/>
		<xsl:apply-templates select="koerper/fluegel1"/>
		<xsl:apply-templates select="koerper/fluegel2"/>
		<xsl:apply-templates select="koerper/beinlinks"/>
		<xsl:apply-templates select="koerper/beinrechts"/>
		<xsl:apply-templates select="koerper/schwanzfeder"/>
	</xsl:template>

einsetzen
alle for-each entferneren
leider kann ich das bild nicht sehen
keine Ahnung von x3d
 

Neue Beiträge

Zurück