bonjour...
je cherche à selectionner un noeud dans un fichier xsl :
voici le noeud en bleue que je voudrais extraire!
une fois que ce noeud est extrait je peux charger un fichier xsl en mémoire et mettre ce noeud extrait dedans!
Code : Sélectionner tout - Visualiser dans une fenêtre à part 
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18<?xml version="1.0"?> <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:s="http://www.stylusstudio.com/xquery"> <xsl:template name="variables" match="My File"> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="default-page" page-height="11in" page-width="8.5in" margin-left="0.1in" margin-right="0.013in" margin-top="0.01in" margin-bottom="0.1in"> <fo:region-body/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="default-page"> <fo:flow flow-name="xsl-region-body"> <fo:block> <xsl:value-of select="DATA_LIB"/> </fo:block> </fo:flow> </fo:page-sequence> </fo:root> </xsl:template> </xsl:stylesheet>
merci bien

 

 
		
		 
         
 

 
			
			



 comment selectionner un noeud dans un fichier XSL : en c# ?
 comment selectionner un noeud dans un fichier XSL : en c# ?
				 Répondre avec citation
  Répondre avec citation

 
			 
   
 
Partager