This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xsl script


Hi !

This one is my first xml file:
---------------------------------------------------------------------------
<data>
<tree>
  <listNews> 

     <Title> Titre </Title>
     <Url> URL </url>
  
</listNews> 
</tree>

<style>
  <list>

      <b>
        	<element-title/>
      </b>
        	<element-url/>  
      <br/>

  </list> 
</style>
</data>
---------------------------------------------------------------------------

I want to obtain a second xml file after xsl processing which is:
---------------------------------------------------------------------------
<data>
<style>
  <list>

      <b>
        	Titre
      </b>
        	URL  
      <br/>

  </list> 
</style>
</data>
----------------------------------------------------------------------------
-

Is this possible?  If so, which is the xsl script?
Thank you for your help.


/************************************/
//	PF Lemosquet
//	e-mail: wokup.balr001@rd.francetelecom.fr
//
//	Societe: Wokup
//	www.wokup.com 
/************************************/

 




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]