Petite question de patern

Petite question de patern - XML/XSL - Programmation

Marsh Posté le 02-10-2006 à 15:52:28    

Comment selectionner dans un <xsl:value-of ... parmis les éléments suivants le "file" ayant simultanément les attributs @form='Txt' et @type='Ref' ?
 

Code :
  1. <file form='Xml' type='Ref' value='B:/02_Projet_Tests_Auto/99_TEMP/Temp_FLE/INS-OBLIGATION-OAT_2006-07-27_18-48-56_ref.xml'/>
  2.   <file form='Xml' type='Tst' value='B:/02_Projet_Tests_Auto/99_TEMP/Temp_FLE/INS-OBLIGATION-OAT_2006-07-27_18-48-56.xml'/>
  3.   <file form='Txt' type='Ref' value='B:/02_Projet_Tests_Auto/99_TEMP/Temp_FLE/INS-OBLIGATION-OAT_2006-07-27_18-48-56_ref.log'/>
  4.   <file form='Txt' type='Tst' value='B:/02_Projet_Tests_Auto/99_TEMP/Temp_FLE/INS-OBLIGATION-OAT_2006-07-27_18-48-56.log'/>


 
Merci d'avance.

Reply

Marsh Posté le 02-10-2006 à 15:52:28   

Reply

Marsh Posté le 02-10-2006 à 16:34:56    

Mon MSXML 4.0 SDK me dit dans les examples:
file[form = "Txt" and type = "Ref"]
 
 
 
 

Reply

Marsh Posté le 04-10-2006 à 14:26:50    

Merci.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed