This file is indexed.

/usr/share/natbraille/xsl/tanMaths.xsl is in natbraille 2.0rc3-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
<?xml version='1.1' encoding="UTF-8" ?>
<!--
 * NAT - An universal Translator
 * Copyright (C) 2005 Raphaël Mina
 * Contact: raphael.mina@gmail.com
 *          natbraille.Free.fr
 * 
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
-->

<!-- version: 1.3-b3 -->
<!DOCTYPE xsl:stylesheet SYSTEM "mmlents/windob.dtd">
<!--
<!DOCTYPE xsl:stylesheet SYSTEM "mmlents/windob.dtd"
[
  <!ENTITY % table_braille PUBLIC "table braille" "./tablesBraille/Brltab.ent">
  %table_braille;
  
]>-->


<xsl:stylesheet version="2.0"
xmlns:xsl='http://www.w3.org/1999/XSL/Transform' 
xmlns:saxon='http://icl.com/saxon'
xmlns:xs='http://www.w3.org/2001/XMLSchema'
xmlns:fn='http://www.w3.org/2005/xpath-functions'
xmlns:fo='http://www.w3.org/1999/XSL/Format'
xmlns:m='http://www.w3.org/1998/Math/MathML'
xmlns:lit='espacelit'
xmlns:functx='http://www.functx.com'
xmlns:doc='espaceDoc'
xmlns:nat='http://natbraille.free.fr/xsl'>

<xsl:import href="nat-functs.xsl" /> <!-- NAT functions -->
<xsl:import href="functions/functx-1.1alpha.xsl" /> <!-- functx functions -->
<xsl:import href="outilsMaths.xsl" /> <!-- Signes braille et autres-->

<xsl:output
   method="xhtml"
   doctype-public="-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
   indent="yes"
   encoding="UTF-8"
   media-type="text/html"
/>


<xsl:template name="parser">
  <xsl:param name="contenu" as="xs:string"/>
  
  
    <xsl:variable name="premierGroupe" select="substring($contenu,1,nat:finPremierGroupe($contenu,1))"/>
    <xsl:variable name="premierElement" select="substring($contenu,1,nat:indexFinElement($contenu))"/>
    
    
    <xsl:choose>
      
      <xsl:when test="not($contenu)">
      </xsl:when>
      
      <!--Si l'opération du premier bloc est une division-->
      <xsl:when test="substring($contenu,string-length($premierGroupe)+1,1) = $barreFraction">
	<xsl:call-template name="fraction">
	  <xsl:with-param name="numerateur" select="$premierGroupe"/>
	  <xsl:with-param name="denominateurEtSuite" select="substring(substring-after($contenu,$premierGroupe),2)"/>
	</xsl:call-template>
      </xsl:when>
      
      
      <!--Lorsque la chaîne commence par le caractère racine-->
      <xsl:when test="starts-with($contenu,$racine)">

	<!-- Sortie de la partie dans la racine-->
	  <m:msqrt>
	  <xsl:call-template name="parser">
	    <xsl:with-param name="contenu" select="substring(substring($contenu,2),1,nat:indexFinElement(substring($contenu,2)))"/>
	  </xsl:call-template>
	  </m:msqrt>
	     
	  <!-- Sortie de la partie après la racine-->
	  <xsl:call-template name="parser">
	    <xsl:with-param name="contenu" select="substring(substring($contenu,2),nat:indexFinElement(substring($contenu,2))+1)"/>
	  </xsl:call-template>
	    
      </xsl:when>
      
            
      <!--Si la chaîne commence par un caractère surscrit-->
      <xsl:when test="nat:starts-with-any-of($contenu,$seqSurscrit)">
	<xsl:call-template name="surscrit">
	  <xsl:with-param name="contenu" select="$contenu"/>
	</xsl:call-template>
      </xsl:when>
      
            
      <!--Si la première partie de la chaîne à parser termine un caractère d'indice ou d'exposant-->
      <xsl:when test="functx:contains-any-of(substring($contenu,string-length($premierElement)+1,1),$caractereBrailleSeq) or nat:starts-with-any-of($contenu,$caractereBrailleSeq)">
	<xsl:variable name="signe" as="xs:string" select="substring($contenu,functx:index-of-string-first(translate($contenu,$caractereBraille,$remplacement),$exposant),1)"/>

	<xsl:choose>
	  <!--Le signe détecté est l'indice -->
	  <xsl:when test="$signe=$indice">
	    <xsl:choose>
	      <!-- Dans le cas ou on détecte un second signe d'indice, on passe en mode souscrit-->
	      <xsl:when test="substring(substring-after($contenu,$signe),1,1)=$indice">

		<xsl:variable name="double" as="xs:boolean">

		  <xsl:choose>
		    <xsl:when test="nat:starts-with-any-of(substring-after($contenu,concat($signe,$signe)),($plus,$moins))">
		      <xsl:choose>
			<xsl:when test="substring(substring(substring-after($contenu,concat($indice,$indice)),2),nat:indexFinElement(substring(substring-after($contenu,concat($indice,$indice)),2))+1,2)=concat($exposant,$exposant) or starts-with(substring(substring-after($contenu,concat($indice,$indice)),2),concat($exposant,$exposant))">
			  <xsl:value-of select="true()"/>
			</xsl:when>
			<xsl:otherwise>
			  <xsl:value-of select="false()"/>
			</xsl:otherwise>
		      </xsl:choose>
		    </xsl:when>

		    <xsl:otherwise>
		      <xsl:choose>
			<xsl:when test="substring(substring-after($contenu,concat($indice,$indice)),nat:indexFinElement(substring-after($contenu,concat($indice,$indice)))+1,2)=concat($exposant,$exposant)">
			  <xsl:value-of select="true()"/>
			</xsl:when>
			<xsl:otherwise>
			  <xsl:value-of select="false()"/>
			</xsl:otherwise>
		      </xsl:choose>
		    </xsl:otherwise>
		  </xsl:choose>
		  
		</xsl:variable>
		
		<xsl:choose>

		<!--Le bloc est il suivi d'un double signe d'exposant ? Dans ce cas, on est en mode souscrit et surscrit à la fois-->
		  <xsl:when test="$double">
	      
		    <m:munderover>
		    <xsl:call-template name="indice">
		      <xsl:with-param name="contenu" select="$contenu"/>
		      <xsl:with-param name="double" select="true()"/>
		      <xsl:with-param name="signe" select="concat($signe,$signe)"/>
		    </xsl:call-template>
		    </m:munderover>
		      
		    <!--On sort la partie après ce qui est surscrit-->
		    <xsl:call-template name="parser">
		      <xsl:with-param name="contenu" select="nat:postIndice($contenu,concat($exposant,$exposant))"/>
		    </xsl:call-template>
		  
		  </xsl:when>
		    
		    <!--Sinon, on est dans le cas d'un souscrit simple-->
		  <xsl:otherwise>
		    
		    <m:munder>
		      
		    <xsl:call-template name="indice">
		      <xsl:with-param name="contenu" select="$contenu"/>
		      <xsl:with-param name="double" select="false()"/>
		      <xsl:with-param name="signe" select="concat($signe,$signe)"/>
		    </xsl:call-template>
		    </m:munder>
		      
		    <!--On sort la partie après ce qui est souscrit-->
		    <xsl:call-template name="parser">
		      <xsl:with-param name="contenu" select="nat:postIndice($contenu,concat($indice,$indice))"/>
		    </xsl:call-template>
		  </xsl:otherwise>
		    
		</xsl:choose>
	      </xsl:when>
		
	      <!-- Sinon, on est dans le cas d'un indice simple-->
	      <xsl:otherwise>

	      <xsl:variable name="double" as="xs:boolean">

		  <xsl:choose>
		    <xsl:when test="nat:starts-with-any-of(substring-after($contenu,$signe),($plus,$moins))">
		      <xsl:choose>
			<xsl:when test="substring(substring(substring-after($contenu,$signe),2),nat:indexFinElement(substring(substring-after($contenu,$signe),2))+1,1)=$exposant or starts-with(substring(substring-after($contenu,$signe),2),$exposant)">
			  <xsl:value-of select="true()"/>
			</xsl:when>
			<xsl:otherwise>
			  <xsl:value-of select="false()"/>
			</xsl:otherwise>
		      </xsl:choose>
		    </xsl:when>

		    <xsl:otherwise>
		      <xsl:choose>
			<xsl:when test="substring(substring-after($contenu,$indice),nat:indexFinElement(substring-after($contenu,$indice))+1,1)=$exposant">
			  <xsl:value-of select="true()"/>
			</xsl:when>
			<xsl:otherwise>
			  <xsl:value-of select="false()"/>
			</xsl:otherwise>
		      </xsl:choose>
		    </xsl:otherwise>
		  </xsl:choose>
		  
		</xsl:variable>

		<xsl:choose>
		  <!--Le bloc est il suivi d'un signe d'exposant ? Dans ce cas, on est en mode msupsub: indice et exposant à la fois-->
		  <xsl:when test="$double">
		    <m:msubsup>
		    <xsl:call-template name="indice">
		      <xsl:with-param name="contenu" select="$contenu"/>
		      <xsl:with-param name="double" select="true()"/>
		      <xsl:with-param name="signe" select="$signe"/>
		    </xsl:call-template>
		    </m:msubsup>
		      
		    <!--On sort la partie après ce qui est en exposant-->
		    <xsl:call-template name="parser">
		      <xsl:with-param name="contenu" select="nat:postIndice($contenu,$exposant)"/>
		    </xsl:call-template>
		  </xsl:when>
		    
		  <!--Sinon, on est dans le cas d'un indice simple-->
		  <xsl:otherwise>
		  
		    <xsl:choose>
		    
		      <xsl:when test="starts-with($contenu,$indice)">
			<xsl:variable name="contenuApresSigne" select="substring($contenu,2,nat:indexFinElement(substring($contenu,2)))"/>
			<m:msub>
			<m:mi></m:mi>

			    <xsl:call-template name="parser">
			      <xsl:with-param name="contenu" select="$contenuApresSigne"/>
			    </xsl:call-template>
		  
			</m:msub>
		
			<xsl:call-template name="parser">
			  <xsl:with-param name="contenu" select="substring($contenu,string-length($contenuApresSigne)+2)"/>
			</xsl:call-template>
		      
		      </xsl:when>
		    
		      <xsl:otherwise>
			<m:msub>
			<xsl:call-template name="indice">
			  <xsl:with-param name="contenu" select="$contenu"/>
			  <xsl:with-param name="double" select="false()"/>
			  <xsl:with-param name="signe" select="$signe"/>
			</xsl:call-template>
			</m:msub>
		      
			<!--On sort la partie après ce qui est en indice-->
			<xsl:call-template name="parser">
			    <xsl:with-param name="contenu" select="nat:postIndice($contenu,$indice)"/>
			</xsl:call-template>
		     		      
		      </xsl:otherwise>
		    
		   </xsl:choose>
		  </xsl:otherwise>
	        </xsl:choose>
	      </xsl:otherwise>
	    </xsl:choose>
	  </xsl:when>
	  
	  <!--Le signe détecté est le signe d'exposant-->
	  <xsl:when test="$signe=$exposant">

	    
	    <!--Plusieurs cas possibles : exposant simple, surscrit, ou puissance de racine-->
	    <xsl:choose>

	      <!-- Si le caractère suivant le signe d'exposant est un signe d'exposant, surscrit-->
	      <xsl:when test="starts-with(substring-after($contenu,$exposant),$exposant)">
	      
		<m:mover>
		<xsl:call-template name="indice">
		  <xsl:with-param name="contenu" select="$contenu"/>
		  <xsl:with-param name="double" select="false()"/>
		  <xsl:with-param name="signe" select="concat($signe,$signe)"/>
		</xsl:call-template>
		</m:mover>
		
		<!--On sort la partie après ce qui est en surscrit-->
		<xsl:call-template name="parser">
		      <xsl:with-param name="contenu" select="nat:postIndice($contenu,concat($exposant,$exposant))"/>
		</xsl:call-template>
	  
	      </xsl:when>
	      
	      <!--Si le contenu en exposant est suivi d'une racine, on est dans le cas d'une racine autre que carrée, ou d'un produit d'une puissance par une racine.
	      On respecte dans ce cas les priorités braille-->
	      <xsl:when test="substring(substring-after($contenu,$signe),nat:indexFinElement(substring-after($contenu,$signe))+1,1) = $racine">
		<xsl:choose>
		
		   <!--Si la chaîne en cours début par le caractère d'exposant, on est dans le cas d'une puissance de racine-->
		   <xsl:when test="starts-with($contenu,$signe)">

		    <m:mroot>  
		     
		     <!--Sortie du contenu en racine-->
		      <xsl:call-template name="parser">
			<xsl:with-param name="contenu" select="substring(substring-after($contenu,$racine),1,nat:indexFinElement(substring-after($contenu,$racine)))"/>
		      </xsl:call-template>
		  
		      <!--Sortie de l'index de la racine-->
		      <xsl:call-template name="sortiePremierElement">
			<xsl:with-param name="contenu" select="substring-after(substring-before($contenu,$racine),$exposant)"/>
		      </xsl:call-template>
		  
		    </m:mroot>
		    
		      <!--On sort la partie après ce qui est dans la racine-->
		      <xsl:call-template name="parser">
			<xsl:with-param name="contenu" select="substring(substring-after($contenu,$racine),nat:indexFinElement(substring-after($contenu,$racine))+1)"/>
		      </xsl:call-template>
			
		    </xsl:when>
		   
		   <xsl:otherwise>
		      
		      <xsl:call-template name="parser">
			<xsl:with-param name="contenu" select="substring-before($contenu,$racine)"/>
		      </xsl:call-template>

		      <xsl:call-template name="parser">
			<xsl:with-param name="contenu" select="substring-after($contenu,substring-before($contenu,$racine))"/>
		      </xsl:call-template>
		      
		   </xsl:otherwise>
		    
		</xsl:choose>

	   
	      </xsl:when>
	      
	      <!--Si la chaîne commence par le caractère d'exposant, c'est que le début de la chaîne est un caractère en exposant.-->
	      <xsl:when test="starts-with($contenu,$exposant)">
		<xsl:variable name="contenuApresSigne" select="substring($contenu,2)"/>
		<m:msup>
		  <m:mi></m:mi>
		  <xsl:choose>
		   
		   <!--Si la partie en indice ou en souscrit commence par un moins, on l'encadre par des row-->
		    <xsl:when test="starts-with($contenuApresSigne,$moins)">
		      <m:mrow>
      
		      <!-- Sortie de la partie en indice-->
		      <xsl:call-template name="parser">
			<xsl:with-param name="contenu" select="substring($contenuApresSigne,1,nat:indexFinElement($contenuApresSigne))"/>
		      </xsl:call-template>
	  
		      </m:mrow>
	 
		    </xsl:when>
	
		    <xsl:otherwise>
		      <xsl:call-template name="parser">
			<xsl:with-param name="contenu" select="substring($contenuApresSigne,1,nat:indexFinElement($contenuApresSigne))"/>
		      </xsl:call-template>
		    </xsl:otherwise>
		  </xsl:choose>
		  
		</m:msup>
		
		<xsl:call-template name="parser">
		  <xsl:with-param name="contenu" select="substring($contenuApresSigne,nat:indexFinElement($contenuApresSigne)+1)"/>
		</xsl:call-template>
		      
	      </xsl:when>

	      
	      <!-- Sinon, il s'agit d'un exposant standard-->
	      <xsl:otherwise>
		<m:msup>
		<xsl:call-template name="indice">
		  <xsl:with-param name="contenu" select="$contenu"/>
		  <xsl:with-param name="double" select="false()"/>
		  <xsl:with-param name="signe" select="$signe"/>
		</xsl:call-template>
		</m:msup>
		      

		<!--On sort la partie après ce qui est en exposant-->
		<xsl:call-template name="parser">
		    <xsl:with-param name="contenu" select="nat:postIndice($contenu,$exposant)"/>
		</xsl:call-template>
		
	      </xsl:otherwise>
	      
	      	      
	    </xsl:choose>     
	    
	  </xsl:when>
	    
	 
	  <xsl:otherwise>
	    
	  
	  </xsl:otherwise>

	</xsl:choose>

      </xsl:when>
  
  
  
    <xsl:otherwise>
      
	<xsl:call-template name="sortiePremierElement">
	  <xsl:with-param name="contenu" select="$contenu"/>
	</xsl:call-template>
    
      </xsl:otherwise>
      
    </xsl:choose>

</xsl:template>


<!--Renvoie l'index de fin d'une chaîne en appliquant les règles de fin propres aux indices et exposants notamment-->
<xsl:function name="nat:indexFinElement" as="xs:integer" xmlns:nat="http://natbraille.free.fr/xsl">
  <xsl:param name="contenu" as="xs:string"/>
  
  <xsl:choose>
  
    <xsl:when test="nat:starts-with-any-of($contenu,$seqAlphabet)">
      <xsl:value-of select="1"/>
    </xsl:when>
    
    <!--Si un début de bloc double débute la chaîne-->
    <xsl:when test="functx:contains-any-of(substring($contenu,1,2),$seqOuvrantDouble)">
      <xsl:variable name="caractereDebutBloc" select ="$seqOuvrantDouble[index-of($seqOuvrantDouble,substring($contenu,1,2))]" />
      <xsl:variable name="caractereFinBloc" select ="$seqFermantDouble[index-of($seqOuvrantDouble,substring($contenu,1,2))]" />
		      
	<!-- Index de fin du bloc -->
	<xsl:value-of select="nat:finBloc($contenu,$caractereDebutBloc,$caractereFinBloc,0,1)"/>
	  <!--TODO : optimisation en dessus : inverser les valeurs de 0 et 1-->
    </xsl:when>


    <!--Si un début de bloc simple débute la chaîne-->
    <xsl:when test="functx:contains-any-of(substring($contenu,1,1),$seqOuvrantSimple)">
      <xsl:variable name="caractereDebutBloc" select ="$seqOuvrantSimple[index-of($seqOuvrantSimple,substring($contenu,1,1))]" />
      <xsl:variable name="caractereFinBloc" select ="$seqFermantSimple[index-of($seqOuvrantSimple,substring($contenu,1,1))]" />
      <!-- Index de fin du bloc-->
      <xsl:value-of select="nat:finBloc($contenu,$caractereDebutBloc,$caractereFinBloc,0,1)"/>
    </xsl:when>


    <!--Si un chiffre débute la chaine-->
    <xsl:when test="matches(substring($contenu,1,1),concat('[',$chaineChiffres,']'))">
      <xsl:value-of select="nat:finNombre($contenu)"/>		 
    </xsl:when>

    <xsl:when test="nat:starts-with-any-of($contenu,$seqOperatorSansPrefixe)">
      <xsl:choose>
	<xsl:when test="nat:starts-with-any-of(substring($contenu,1,2),$seqOperatorSansPrefixe)">
	  <xsl:value-of select="2"/>
	</xsl:when>
	
	<xsl:otherwise>
	  <xsl:value-of select="3"/>
	</xsl:otherwise>
      </xsl:choose>
    </xsl:when>
    
   
    <!--Contient un operator spécial-->
    <xsl:when test="nat:starts-with-any-of($contenu,$seqOperatorSpeciaux)">
      <xsl:choose>
	<xsl:when test="functx:is-value-in-sequence(substring($contenu,1,4),$seqOperatorSpeciaux)">
	  <xsl:value-of select="4"/>
	</xsl:when>
	
	<xsl:when test="functx:is-value-in-sequence(substring($contenu,1,3),$seqOperatorSpeciaux)">
	  <xsl:value-of select="3"/>
	</xsl:when>
	
	<xsl:otherwise>
	  <xsl:value-of select="2"/>
	</xsl:otherwise>
      </xsl:choose>
    </xsl:when>
    
    <!--Contient un operator simple-->
    <xsl:when test="nat:starts-with-any-of($contenu,$seqOperatorSimple)">
      <xsl:value-of select="1"/>
    </xsl:when>
    
    <!-- Commence par un préfixe (opérateur ou majuscule derrière)-->
    <xsl:when test="nat:starts-with-any-of($contenu,$seqPrefixe)">
      <xsl:value-of select="nat:finPrefixe($contenu)"/>
    </xsl:when>
 
    
    <!-- Sinon, a priori c'est une lettre -->
    <xsl:otherwise>
      <xsl:value-of select="1"/>
    </xsl:otherwise>

  </xsl:choose>
  
</xsl:function>






<!-- Donne la fin du bloc passé en paramètre, à partir de son premier caractère-->
<xsl:function name = "nat:finBloc" as="xs:integer" xmlns:nat="http://natbraille.free.fr/xsl">
  <xsl:param name = "contenu"/>
  <xsl:param name = "caractereDebutBloc"/>
  <xsl:param name = "caractereFinBloc"/>
  <xsl:param name = "profondeur" />
  <xsl:param name = "position" />
  
<xsl:variable name = "retrait " select="string-length($caractereDebutBloc)-1"/>

  <xsl:choose>
    
    <!-- Fin trouvé, qui n'est pas dans un noeud. C'est terminé -->
    <xsl:when test = "substring($contenu, 1, 1 + $retrait) = $caractereFinBloc and $profondeur = 1">

      <xsl:value-of select = "$position+$retrait"/>
    </xsl:when>
    
    <!-- Début trouvé. On incrémente le compteur de noeuds et on continue. -->
    <xsl:when test = "substring($contenu, 1, 1 + $retrait) = $caractereDebutBloc">
      <xsl:value-of select = "nat:finBloc(substring($contenu, 2), $caractereDebutBloc, $caractereFinBloc, $profondeur + 1, $position+1)"/>
    </xsl:when>
    
    <!-- On a trouvé une fermeture à l'intérieur d'un noeud. On décrément et on continue. -->
    <xsl:when test = "substring($contenu, 1, 1 + $retrait) = $caractereFinBloc">
      <xsl:value-of select = "nat:finBloc(substring($contenu, 2), $caractereDebutBloc, $caractereFinBloc, $profondeur - 1, $position+1)"/>
    </xsl:when>
    
    <!-- Fin du texte trouvé sans bloc ouvrant correspondant. Problème en entrée -->
    <xsl:when test = "$contenu = '' and $profondeur != 0">
      <xsl:value-of select="string-length($caractereDebutBloc)"/>
    </xsl:when>
    
    <!-- Dans les autres cas, on scanne le reste de la chaîne. -->
    <xsl:otherwise>
      <xsl:value-of select="nat:finBloc(substring($contenu, 2), $caractereDebutBloc, $caractereFinBloc, $profondeur, $position + 1)"/>
    </xsl:otherwise>
  </xsl:choose>
</xsl:function>

<!-- Donne la position de la fin du premier élément du chaîne, lorsqu'elle débute par un "préfixe".-->
<xsl:function name="nat:finPrefixe" as="xs:integer" xmlns:nat="http://natbraille.free.fr/xsl">
  <xsl:param name="contenu"/>

  <xsl:choose>

    <xsl:when test="starts-with($contenu,$point46)">
      <xsl:choose>
      
	<xsl:when test="nat:starts-with-any-of(substring($contenu,2),$seqAlphabet)">
	  <xsl:value-of select="2"/>
	</xsl:when>
	
	<xsl:when test="functx:contains-any-of(substring($contenu,2,1),($point45,$point46,$point5))">
	  
	  <xsl:choose>
	    
	    <xsl:when test="functx:contains-any-of(substring($contenu,3,1),$seqAlphabet)">
	      <xsl:value-of select="3"/>
	    </xsl:when>
	    
	    <xsl:otherwise>
	      <xsl:value-of select="nat:finOperatorPrefixe($contenu)"/>
	    </xsl:otherwise>
	    
	  </xsl:choose>	  
	  
	</xsl:when>
	
	<xsl:otherwise>
	  <xsl:value-of select="nat:finOperatorPrefixe($contenu)"/>
	</xsl:otherwise>
	
	
      </xsl:choose>
      
    </xsl:when>
    
    <xsl:when test="starts-with($contenu,$point45)">
      <xsl:choose>
	<xsl:when test="substring($contenu,2,1)=$point45 and functx:contains-any-of(substring($contenu,3,1),$seqAlphabet)">
	  <xsl:value-of select="3"/>
	</xsl:when>

	<xsl:when test="functx:contains-any-of(substring($contenu,2,1),$seqAlphabet)">
	  <xsl:value-of select="2"/>
	</xsl:when>
	
	<xsl:otherwise>
	  <xsl:value-of select="nat:finOperatorPrefixe($contenu)"/>
	</xsl:otherwise>
      
      </xsl:choose>
	
    </xsl:when>
    
    <xsl:when test="starts-with($contenu,$point5) and functx:contains-any-of(substring($contenu,2,1),$seqAlphabet)">

      <xsl:value-of select="2"/>

    </xsl:when>

    <xsl:otherwise>
      <xsl:value-of select="nat:finOperatorPrefixe($contenu)"/>
    </xsl:otherwise>
  
  </xsl:choose>

</xsl:function>

<!-- Donne la position de la fin d'un caractère préfixé qui débute une chaîne, et qui n'est pas une lettre spéciale.-->
<xsl:function name="nat:finOperatorPrefixe" as="xs:integer" xmlns:nat="http://natbraille.free.fr/xsl">
  <xsl:param name="contenu"/>
    <xsl:variable name="seqRetenue" as="xs:string*">
      <xsl:choose>
      
	<xsl:when test="starts-with($contenu,$point46)">
	  <xsl:sequence select="$seqOperatorPt46"/>
	</xsl:when>
	
	<xsl:when test="starts-with($contenu,$point456)">
	  <xsl:sequence select="$seqOperatorPt456"/>
	</xsl:when>
	
	<xsl:when test="starts-with($contenu,$point45)">
	  <xsl:sequence select="$seqOperatorPt45"/>
	</xsl:when>
	
	<xsl:otherwise>
	  <xsl:sequence select="$seqOperatorPt5"/>
	</xsl:otherwise>
      </xsl:choose>
      
    </xsl:variable>
     
    <xsl:choose>
    
      <xsl:when test="functx:is-value-in-sequence(substring($contenu,1,4),$seqRetenue)">
	
	<xsl:value-of select="4"/>
      </xsl:when>
      
      <xsl:when test="functx:is-value-in-sequence(substring($contenu,1,3),$seqRetenue)">
	<xsl:value-of select="3"/>
      </xsl:when>
      
      <xsl:when test="functx:is-value-in-sequence(substring($contenu,1,2),$seqRetenue)">
	<xsl:value-of select="2"/>
      </xsl:when>
    
      <!--Cas où le préfixe n'a pas de sens trouvé. Il est ignoré-->
      <xsl:otherwise>
	<xsl:value-of select="1"/>
      </xsl:otherwise>
    </xsl:choose>

</xsl:function>



<!-- Donne la position de la fin d'un caractère préfixé qui début une chaîne-->
<xsl:function name="nat:finNombre" as="xs:integer" xmlns:nat="http://natbraille.free.fr/xsl">
  <xsl:param name="contenu"/>

<xsl:value-of select="string-length($contenu) - string-length(functx:substring-after-match($contenu,concat('[',$chaineChiffres,']+[',$virgule,']?[',$chaineChiffres,']*')))"/>

</xsl:function>


<xsl:template name="sortiePremierElement">
  <xsl:param name="contenu" as="xs:string"/>
 
  <xsl:variable name="premierElement" as="xs:string" select="substring($contenu,1,nat:indexFinElement($contenu))"/>
 
  <xsl:choose>
	      
    <!--Si la chaîne commence par un bloc double, elle n'est probablement pas atomique.
      On l'encadre donc de la balise <m:mrow>-->
    <xsl:when test="nat:starts-with-any-of($contenu,$seqOuvrantDouble)">
      <m:mrow>
      <!--Sortie du bloc ouvrant-->
      <m:mi><xsl:value-of select="$seqOuvrantDoubleMML[index-of($seqOuvrantDouble,substring($contenu,1,2))]"/></m:mi>
      
	<!-- Sortie du contenu entre bloc de deux caractères-->
	
	  <xsl:call-template name="parser">
	    <xsl:with-param name="contenu" select="substring($premierElement,3,string-length($premierElement)-3)"/>
	  </xsl:call-template>
	
	
      <!--Sortie du bloc fermant-->
      <m:mi><xsl:value-of select="$seqFermantDoubleMML[index-of($seqFermantDouble,substring($premierElement,string-length($premierElement)-1,2))]"/></m:mi>
      </m:mrow>
    </xsl:when>



    <!--Si la chaîne commence par un bloc simple, elle n'est probablement pas atomique.
      On l'encadre donc de la balise <m:mrow>-->
    <xsl:when test="nat:starts-with-any-of($contenu,$seqOuvrantSimple)">
      <m:mrow>
      <!--Sortie du bloc ouvrant-->
      <xsl:variable name="sorBO" select="$seqOuvrantSimpleMML[index-of($seqOuvrantSimple,substring($contenu,1,1))]"/>
      <xsl:if test="not($sorBO='')"><m:mi><xsl:value-of select="$sorBO"/></m:mi></xsl:if>
	<!-- Sortie du contenu entre bloc de deux caractères-->
	
	  <xsl:call-template name="parser">
	    <xsl:with-param name="contenu" select="substring($premierElement,2,string-length($premierElement)-2)"/>
	  </xsl:call-template>
	
	
      <!--Sortie du bloc fermant-->
      <xsl:variable name="sorBF" select="$seqFermantSimpleMML[index-of($seqFermantSimple,substring($premierElement,string-length($premierElement),1))]"/>
      <xsl:if test="not($sorBF='')"><m:mi><xsl:value-of select="$sorBF"/></m:mi></xsl:if>
      </m:mrow>
      
    </xsl:when>


<!--Si un chiffre débute la chaine-->
    <xsl:when test="matches(substring($contenu,1,1),concat('[',$chaineChiffres,']'))">
      <m:mn>
	<xsl:value-of select="translate($premierElement,$alphabetBraille,$alphabetNoir)"/>
      </m:mn>
    </xsl:when>

       

    <!--Si la chaîne commence par un opérator sans préfixe-->
    <xsl:when test="nat:starts-with-any-of($contenu,$seqOperatorSansPrefixe)">

	<m:mo>
	  <xsl:value-of select="$seqOperatorSansPrefixeMML[index-of($seqOperatorSansPrefixe,$premierElement)]"/>
	</m:mo>

    </xsl:when>
        
    <!--Si la chaîne commence par un opérator spécial (opérateur pouvant poser problème lors de la détranscription car mélangeant des caractères de préfixe)-->
    <xsl:when test="nat:starts-with-any-of($contenu,$seqOperatorSpeciaux)">
	
      <m:mo>
	<xsl:value-of select="$seqOperatorSpeciauxMML[index-of($seqOperatorSpeciaux,$premierElement)]"/>
      </m:mo>

    </xsl:when>
    
    <!--Si la chaîne commence par un opérator d'un caractère-->
    <xsl:when test="nat:starts-with-any-of($contenu,$seqOperatorSimple)">
      <m:mo>
	<xsl:value-of select="$seqOperatorSimpleMML[index-of($seqOperatorSimple,$premierElement)]"/>
      </m:mo>
    </xsl:when>
    
    <!--Si la chaîne commence par un préfixe d'operateur-->
    <xsl:when test="nat:starts-with-any-of($contenu,$seqPrefixe)">
      
      <xsl:call-template name="sortieOperator">
	<xsl:with-param name="contenu" select="$premierElement"/>
      </xsl:call-template>
      
    </xsl:when>


    <!-- Sinon, on peut se passer des row-->
    <xsl:otherwise>
	  <m:mi>
	    <xsl:value-of select="translate($premierElement,$alphabetBraille,$alphabetNoir)"/>
	  </m:mi>
	  

    </xsl:otherwise>


  </xsl:choose>


  <xsl:call-template name="parser">
    <xsl:with-param name="contenu" select="substring-after($contenu,$premierElement)"/>
  </xsl:call-template>

</xsl:template>

<!-- Ce template extrait une fraction dont on lui passe le numérateur, et une chaine dont le début est le dénominateur-->
<xsl:template name="fraction">
  <xsl:param name="numerateur"/>
  <xsl:param name="denominateurEtSuite"/>

     <xsl:variable name="denominateur">
      
      <!-- Extraction du dénominateur. 
      S'il commence par un bloc, alors il se termine à la fermeture de ce bloc. Sinon, on utilise la fonction finPremierGroupe -->
      <xsl:choose>
      
	<xsl:when test="nat:starts-with-any-of($denominateurEtSuite,$seqOuvrantSimple)">
	  <xsl:value-of select="substring($denominateurEtSuite,1,nat:finBloc($denominateurEtSuite,substring($denominateurEtSuite,1,1),$seqFermantSimple[index-of($seqOuvrantSimple,substring($denominateurEtSuite,1,1))],0,1))"/>
	</xsl:when>
	
	<xsl:when test="functx:contains-any-of(substring($denominateurEtSuite,1,2),$seqOuvrantDouble)">
	  <xsl:value-of select="substring($denominateurEtSuite,1,nat:finBloc($denominateurEtSuite,substring($denominateurEtSuite,1,2),$seqFermantDouble[index-of($seqOuvrantDouble,substring($denominateurEtSuite,1,1))],0,1))"/>
	</xsl:when>
	
	<xsl:otherwise>

	  <xsl:value-of select="substring($denominateurEtSuite,1,nat:finPremierGroupe($denominateurEtSuite,1))"/>
	</xsl:otherwise>
      
      </xsl:choose>
      
    </xsl:variable>
    

  
    <!--On détermine si le dénominateur est suivi d'un signe de fraction. En ce cas, numérateur et dénominateur forment un nouveau numérateur pour
    une nouvelle fraction-->
    
    <xsl:choose>
      <xsl:when test="functx:contains-any-of(substring(substring-after($denominateurEtSuite,$denominateur),1,1),($barreFraction,$signeDivision))">
      
	  <xsl:call-template name="fraction">
	    <xsl:with-param name="numerateur" select="concat($numerateur,$barreFraction,$denominateur)"/>
	    <xsl:with-param name="denominateurEtSuite" select="substring(substring-after($denominateurEtSuite,$denominateur),2)"/>
	  </xsl:call-template>
      </xsl:when>
      
      <!--Si le dénominateur n'est pas suivi d'un signe de fraction, on a atteint la fin de la fraction. On la présente puis on passe au reste de la chaîne-->
      <xsl:otherwise>

	<m:mfrac>
	  <m:mrow>
	    <xsl:call-template name="parser">
	      <xsl:with-param name="contenu" select="$numerateur"/>
	    </xsl:call-template>
	  </m:mrow>
	  
	  <m:mrow>
	    <xsl:call-template name="parser">
	      <xsl:with-param name="contenu" select="$denominateur"/>
	    </xsl:call-template>
	  </m:mrow>
	</m:mfrac>
	
      	<xsl:call-template name="parser">
	  <xsl:with-param name="contenu" select="substring-after($denominateurEtSuite,$denominateur)"/>
	</xsl:call-template>
      
      </xsl:otherwise>
      
    </xsl:choose>
    
</xsl:template>


<xsl:template name="indice">
  <xsl:param name="contenu" as="xs:string"/>
  <xsl:param name="signe" as="xs:string"/>
  <xsl:param name="double" as="xs:boolean"/>
  

  <!--On divise la chaine à traiter en deux : avant et apres le signe (éventuellement double) d'indice-->

  <xsl:variable name="contenuAvantSigne" select="substring-before($contenu,$signe)"/>
  <xsl:variable name="contenuApresSigne" select="substring-after($contenu,$signe)"/>



<!--Sortie de la partie ayant un indice-->
  <xsl:call-template name="sortiePremierElement">
    <xsl:with-param name="contenu" select="$contenuAvantSigne"/>
  </xsl:call-template>
  
  <!--Sortie du reste-->
  
  <xsl:choose>
    <!-- Si on doit sortir une partie en exposant ou en surscrit en plus de celle en indice-->
    <xsl:when test="$double=true()">
      
      <xsl:choose>
	<!--Si la chaîne commence par un moins ou un plus, on l'encadre par des row-->
	
	<xsl:when test="nat:starts-with-any-of(substring-before($contenuApresSigne,$exposant),($moins,$plus))">
	  <m:mrow>
      
	  <!-- Sortie de la partie en indice-->
	  <xsl:call-template name="parser">
	    <xsl:with-param name="contenu" select="substring-before($contenuApresSigne,$exposant)"/>
	  </xsl:call-template>
	  
	  </m:mrow>
	</xsl:when>
	
	<xsl:otherwise>
	  
	  <!-- Sortie de la partie en indice-->
	  <xsl:call-template name="parser">
	    <xsl:with-param name="contenu" select="substring-before($contenuApresSigne,$exposant)"/>
	  </xsl:call-template>
	  
	</xsl:otherwise>
	<!--Fin de la sortie de l'indice en mode double-->
      </xsl:choose>
      
      <!--Sortie de la partie en exposant (en mode double)-->
      <xsl:choose>
      
	<!--Si la chaîne commence par un moins ou un plus, on l'encadre par des row-->
	<xsl:when test="nat:starts-with-any-of(substring(functx:substring-after-match($contenuApresSigne,concat($exposant,'+')),1),($plus,$moins))">
	  <m:mrow>
	  <!--Sortie du plus ou du moins-->
	  <xsl:call-template name="sortiePremierElement">
	    <xsl:with-param name="contenu" select="substring(functx:substring-after-match($contenuApresSigne,concat($exposant,'+')),1,1)"/>
	  </xsl:call-template>


	  <!-- Sortie du reste de la partie en exposant ou surscrit-->
	  <xsl:call-template name="parser">
	    <xsl:with-param name="contenu" select="substring(functx:substring-after-match($contenuApresSigne,concat($exposant,'+')),2,nat:indexFinElement(substring(functx:substring-after-match($contenuApresSigne,concat($exposant,'+')),2)))"/>
	  </xsl:call-template>
	  
	  </m:mrow>
	</xsl:when>
	
	<xsl:otherwise>
	  
	  <!-- Sortie de la partie en exposant ou souscrit-->
	  <xsl:call-template name="parser">
	    <xsl:with-param name="contenu" select="substring(functx:substring-after-match($contenuApresSigne,concat($exposant,'+')),1,nat:indexFinElement(functx:substring-after-match($contenuApresSigne,concat($exposant,'+'))))"/>
	  </xsl:call-template>
	  
	</xsl:otherwise>
	<!--Fin de la sortie de l'exposant en mode double-->
      </xsl:choose>


      
    </xsl:when>
    
    <!-- S'il n'y a pas de partie en exposant ou surscrit (double=false)-->
    <xsl:otherwise>
      
      <xsl:choose>
       <!--Si la partie en indice ou en souscrit commence par un moins, on l'encadre par des row--> 
	<xsl:when test="nat:starts-with-any-of($contenuApresSigne,($plus,$moins))">
	<m:mrow>
	
	<!--Sortie du plus ou du moins-->
	<xsl:call-template name="sortiePremierElement">
	  <xsl:with-param name="contenu" select="substring($contenuApresSigne,1,1)"/>
	</xsl:call-template>

	<!-- Sortie de la partie en indice ou souscrit-->
	  <xsl:call-template name="parser">
	    <xsl:with-param name="contenu" select="substring($contenuApresSigne,2,nat:indexFinElement(substring($contenuApresSigne,2)))"/>
	  </xsl:call-template>
			
	</m:mrow>
		      
	</xsl:when>
		      
	<xsl:otherwise>
	  <xsl:call-template name="parser">
	    <xsl:with-param name="contenu" select="substring($contenuApresSigne,1,nat:indexFinElement($contenuApresSigne))"/>
	  </xsl:call-template>
	</xsl:otherwise>
      </xsl:choose>
    </xsl:otherwise>
			    
  </xsl:choose>
  
<!--Fin du template indice-->
</xsl:template>

<!--Renvoie la dernière position avant un opérateur dans une chaîne. Utile pour extraire les numérateurs et dénominateurs-->
<xsl:function name="nat:finPremierGroupe" as="xs:integer" xmlns:doc="espaceDoc">
  <xsl:param name="contenu" as="xs:string"/>
  <xsl:param name="position" as="xs:integer"/>
  
  <xsl:choose>
    
    <xsl:when test="not(substring($contenu,$position))">
      <xsl:value-of select="$position - 1"/>
    </xsl:when>
    
    <!--Si on trouve un bloc ouvrant simple, on saute directement à la position du bloc fermant correspondant-->
    <xsl:when test="functx:contains-any-of(substring($contenu,$position,1),$seqOuvrantSimple)">
	  <xsl:value-of select="nat:finPremierGroupe($contenu,$position+nat:finBloc(substring($contenu,$position),substring($contenu,$position,1),$seqFermantSimple[index-of($seqOuvrantSimple,substring($contenu,$position,1))],0,1))"/>
    </xsl:when>
    
    <!--Idem avec un bloc double-->
    <xsl:when test="functx:contains-any-of(substring($contenu,$position,2),$seqOuvrantDouble)">
      <xsl:value-of select="nat:finPremierGroupe($contenu,$position+nat:finBloc(substring($contenu,$position),substring($contenu,$position,2),$seqFermantDouble[index-of($seqOuvrantDouble,substring($contenu,$position,2))],0,1))"/>
    </xsl:when>
    
    <!--Si ou trouve un signe d'indice ou d'exposant-->
    <xsl:when test="substring($contenu,$position,1)=$indice or substring($contenu,$position,1)=$exposant">

      <!--On stocke dans cette variable un éventuel décalage au cas où deux signes d'indice et d'exposant de suivent"-->
      <xsl:variable name="retrait" as="xs:integer">
		<xsl:choose>
		  <!--Si le caractère se répète (cas du souscrit ou surscrit)-->
		  <xsl:when test="substring($contenu,$position+1,1)=substring($contenu,$position,1)">
			<xsl:value-of select="2"/>
		  </xsl:when>
		  <xsl:otherwise>
			<xsl:value-of select="1"/>
		  </xsl:otherwise>
		</xsl:choose>
      </xsl:variable>
      
      <xsl:value-of select="nat:finPremierGroupe($contenu,nat:indexFinElement(substring($contenu,$position + $retrait))+$position+$retrait)"/>
      
    </xsl:when>
    
    <!--Si le caractère en cours est le début d'un caractère sans préfixe, alors on a trouvé la fin de la chaîne-->
    <xsl:when test="functx:contains-any-of(substring($contenu,$position,1),$seqDebutSansPrefixe)">
	  <xsl:value-of select="$position - 1"/>

    </xsl:when>
    
    
    <!--Si le caractère en cours est un préfixe de symbole-->
    <xsl:when test="functx:contains-any-of(substring($contenu,$position,1),$seqPrefixe)">
      <!--On sélectionne la séquence d'opérateur et d'identifier qui correspondent au caractère actuel-->
      <xsl:variable name="premierCaractereOperateur" select="substring($contenu,$position,1)"/>

      <xsl:variable name="sequenceRetenue" as="xs:string*">
		<xsl:choose>
		  <xsl:when test="$premierCaractereOperateur=$point45">
			<xsl:sequence select="$seqOperatorPt45"/>
		  </xsl:when>
		  <xsl:when test="$premierCaractereOperateur=$point456">
			<xsl:sequence select="$seqOperatorPt456"/>
		  </xsl:when>
		  <xsl:when test="$premierCaractereOperateur=$point46">
			<xsl:sequence select="$seqOperatorPt46"/>
		  </xsl:when>
		  <xsl:when test="$premierCaractereOperateur=$point5">
			<xsl:sequence select="$seqOperatorPt5"/>
		  </xsl:when>
		</xsl:choose>
      </xsl:variable>

		  <xsl:choose>
			<!--Si la chaine constitué du caractère courant et des deux suivants contient un opérateur ou un identifier de la liste,
			on a trouvé la fin de la chaîne-->
			<xsl:when test="functx:contains-any-of(substring($contenu,$position,3),$sequenceRetenue)">
				  <xsl:value-of select="$position - 1"/>
			</xsl:when>
			<!--Dans le cas contraire, le symbole signifie autre chose (lettre grecque, majuscule...)-->
			<xsl:otherwise>
			  <xsl:value-of select="nat:finPremierGroupe($contenu,$position+1)"/>
			</xsl:otherwise>
		  </xsl:choose>
    </xsl:when>
    
    <!--Si le caractère en cours est une lettre ou un chiffre, ou n'importe quel autre caractère qui n'est pas un opérateur-->
    <xsl:otherwise>
      <xsl:value-of select="nat:finPremierGroupe($contenu,$position+1)"/>
    </xsl:otherwise>
    
  </xsl:choose>
  
</xsl:function>

<!--Ce template effectue la sortie des operator ainsi que des lettres élaborées.-->
<xsl:template name="sortieOperator">
  <xsl:param name="contenu"/>

<xsl:choose>
    
    <!--Lettre majuscule-->
    <xsl:when test="starts-with($contenu,$point46) and nat:starts-with-any-of(substring($contenu,2),$seqAlphabet)">
      	
      <m:mi>
	<xsl:value-of select="$seqAlphabetNoirMajuscule[index-of($seqAlphabet,substring($contenu,2,1))]"/>
      </m:mi>
	  
    </xsl:when>
    
    <!--Lettre ronde minuscule-->
    <xsl:when test="starts-with($contenu,$point5) and nat:starts-with-any-of(substring($contenu,2),$seqAlphabet)">
      <m:mi>
	<xsl:value-of select="$seqRondeMinuscule[index-of($seqAlphabet,substring($contenu,2,1))]"/>
      </m:mi>
    </xsl:when>
    
    <!--Lettre ronde majuscule-->
    <xsl:when test="starts-with($contenu,concat($point46,$point5)) and functx:contains-any-of(substring($contenu,3,1),$seqAlphabet)">
      <m:mi>
	<xsl:value-of select="$seqRondeMajuscule[index-of($seqAlphabet,substring($contenu,3,1))]"/>
      </m:mi>      
    </xsl:when>
    
    <!--Lettre éclairée-->
    <xsl:when test="starts-with($contenu,concat($point46,$point46)) and functx:contains-any-of(substring($contenu,3,1),$seqAlphabet)">
      <m:mi>
	<xsl:value-of select="$seqEclairee[index-of($seqAlphabet,substring($contenu,3,1))]"/>
      </m:mi>      
    </xsl:when>
    
    <!--Lettre grecque minuscule-->
    <xsl:when test="starts-with($contenu,$point45) and functx:contains-any-of(substring($contenu,2,1),$seqAlphabet)">
      <m:mi>
	<xsl:value-of select="$seqGrecqueMinuscule[index-of($seqAlphabet,substring($contenu,2,1))]"/>
      </m:mi>      
    </xsl:when>
    
    <!--Lettre grecque majuscule-->
    <xsl:when test="starts-with($contenu,concat($point46,$point45)) and functx:contains-any-of(substring($contenu,3,1),$seqAlphabet)">
      <m:mi>
	<xsl:value-of select="$seqGrecqueMajuscule[index-of($seqAlphabet,substring($contenu,3,1))]"/>
      </m:mi>      
    </xsl:when>
    
    <!--Lettre hébraique-->
    <xsl:when test="nat:starts-with-any-of($contenu,$seqHebraique)">
      <m:mi>
	<xsl:value-of select="$seqHebraiqueMML[index-of($seqHebraique,substring($contenu,1,3))]"/>
      </m:mi>      
    </xsl:when>

    <xsl:otherwise>
	<!--Identifie la séquence de caractères braille appropriée-->
      <xsl:variable name="seqRetenue" as="xs:string*">
    
	<xsl:choose>
	  
	  <!--Commence par le préfixe d'opérateur pt45-->
	  <xsl:when test="starts-with($contenu,$point45)">
	    <xsl:sequence select="$seqOperatorPt45"/>
	  </xsl:when>
	  
	  <xsl:when test="starts-with($contenu,$point456)">
	    <xsl:sequence select="$seqOperatorPt456"/>
	  </xsl:when>
	  
	  <xsl:when test="starts-with($contenu,$point46)">
	    <xsl:sequence select="$seqOperatorPt46"/>
	  </xsl:when>
	  
	  <xsl:when test="starts-with($contenu,$point5)">
	    <xsl:sequence select="$seqOperatorPt5"/>
	  </xsl:when>
	  
	</xsl:choose>
      
      </xsl:variable>
    
	<!--Identifie la séquence de caractères mathML appropriée-->
      <xsl:variable name="seqRetenueMML" as="xs:string*">
    
	<xsl:choose>
	  
	  <xsl:when test="starts-with($contenu,$point45)">
	    <xsl:sequence select="$seqOperatorPt45MML"/>
	  </xsl:when>
	  
	  <xsl:when test="starts-with($contenu,$point456)">
	    <xsl:sequence select="$seqOperatorPt456MML"/>
	  </xsl:when>
	  
	  <xsl:when test="starts-with($contenu,$point46)">
	    <xsl:sequence select="$seqOperatorPt46MML"/>
	  </xsl:when>
	  
	  <xsl:when test="starts-with($contenu,$point5)">
	    <xsl:sequence select="$seqOperatorPt5MML"/>
	  </xsl:when>
	  
	</xsl:choose>
      
      </xsl:variable>
      
      <m:mo>
	<xsl:value-of select="$seqRetenueMML[index-of($seqRetenue,$contenu)]"/>
      </m:mo>
    </xsl:otherwise>
    
  </xsl:choose>
    
</xsl:template>

<xsl:template name="surscrit">
  <xsl:param name="contenu" as="xs:string"/>

  <xsl:choose>
    <!--Si la chaîne commence par un symbole de tenseur, le traitement est différent, car il faut intégrer l'ordre du tenseur à la partie surscrite-->
    <xsl:when test="starts-with($contenu,$tenseur)">
      
      <xsl:variable name="ordre" select="substring($contenu,4,nat:indexFinElement(substring($contenu,4)))"/>
      <xsl:variable name="ayantSurscrit" select="substring(substring-after($contenu,$ordre),1,nat:finPremierGroupe(substring-after($contenu,$ordre),1))"/>
      <m:mover>
      
      	<m:mrow>
	<xsl:call-template name="parser">
	  <xsl:with-param name="contenu" select="$ayantSurscrit"/>
	</xsl:call-template>
	</m:mrow>
      
	<m:mrow>
	  <m:mo><xsl:value-of select="$flecheEstMML"/></m:mo>
	  <m:mi><xsl:call-template name="parser">
		  <xsl:with-param name="contenu" select="$ordre"/>
		</xsl:call-template>
	  </m:mi>
	</m:mrow>
	

	
      </m:mover>
      
      <xsl:call-template name="parser">
	<xsl:with-param name="contenu" select="substring($contenu,4 + string-length($ordre) + string-length($ayantSurscrit) )"/>
      </xsl:call-template>
      
    
    </xsl:when>
    
    <xsl:otherwise>
      <!--On capture le caractère annonçant quelle est la partie surscrite-->
      <xsl:variable name="signeSurscrit">
	<xsl:choose>
	  <xsl:when test="nat:starts-with-any-of(substring($contenu,1,2),$seqSurscrit)">
	    <xsl:value-of select="substring($contenu,1,2)"/>
	  </xsl:when>
	  
	  <xsl:otherwise>
	    <xsl:value-of select="substring($contenu,1,3)"/>
	  </xsl:otherwise>
	</xsl:choose>
      </xsl:variable>
      
      
      <xsl:variable name="ayantSurscrit" select="substring(substring-after($contenu,$signeSurscrit),1,nat:finPremierGroupe(substring-after($contenu,$signeSurscrit),1))"/>
      
      <m:mover>
	<m:mrow>
	<xsl:call-template name="parser">
	  <xsl:with-param name="contenu" select="$ayantSurscrit"/>
	</xsl:call-template>
	</m:mrow>
	<m:mo stretchy='true'>
	  <xsl:value-of select="$seqSurscritMML[index-of($seqSurscrit,$signeSurscrit)]"/>
	</m:mo>
	
      </m:mover>
      
      <xsl:call-template name="parser">
	<xsl:with-param name="contenu" select="substring-after($contenu,$ayantSurscrit)"/>
      </xsl:call-template>
      
    </xsl:otherwise>
    
  </xsl:choose>
  
</xsl:template>

<!--Fonction qui la partie post indice d'une chaîne-->
<xsl:function name="nat:postIndice" as="xs:string" xmlns:nat="http://natbraille.free.fr/xsl">
  <xsl:param name="contenu" as="xs:string"/>
  <!-- Le paramètre signe doit recevoir le signe mettant fin à l'indice (exposant, double exposant, indice ou double indice)-->
  <xsl:param name="signe" as="xs:string"/>

  <xsl:choose>

    <xsl:when test="nat:starts-with-any-of(substring-after($contenu,$signe),($plus,$moins))">
      <xsl:value-of select="substring(substring-after($contenu,$signe),nat:indexFinElement(substring(substring-after($contenu,$signe),2))+2)"/>
    </xsl:when>

    <xsl:otherwise>
      <xsl:value-of select="substring(substring-after($contenu,$signe),nat:indexFinElement(substring-after($contenu,$signe))+1)"/>
    </xsl:otherwise>

  </xsl:choose>

</xsl:function>

</xsl:stylesheet>