xsl-list
[Top] [All Lists]

Get all the node as text

2004-02-04 07:38:09
Hello,

I have this node :
<ttexte daten="20040203" id="RL170-0AAAAA" no="512-22" type="ARRANGEMENTADMINISTRATIF">
  Arrangement administratif n
  <sp>o</sp>
  512-22 du
  <tdate daten="20040203">3 février 2004</tdate>
  </ttexte>

And I want to get :

-> Arrangement administratif n o 512-22 du 3 février 2004


as a result. So i want all the text before the tdate and the tdate itself.

I'm trying to make this apply-templates but it doesn't work.


<xsl:template match="ttexte">
<span style="font-weight:bold;font-size:10;font-family:Verdana"> Titre : </span>
  <span style="font-size:10;font-family:Verdana">
<xsl:apply-templates select="*[not(self::hist or self::fnref or self::fnote)]"/>
</span>
  <br/>
</xsl:template>


hist, fnref and fnote and nodes placed after the tdate node.

Thanks for your help.

Lionel CRINE
Ingénieur Systèmes documentaires
Société : 4DConcept
22 rue Etienne de Jouy 78353 JOUY EN JOSAS
Tel : 01.34.58.70.70 Fax : 01.39.58.70.70


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



<Prev in Thread] Current Thread [Next in Thread>