[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Problem with nested Stuff


Subject: [xsl] Problem with nested Stuff
From: "Miladen Jolie" <my.office@xxxxxx>
Date: Mon, 14 Nov 2005 20:20:37 +0100 (MET)

Hi,

i want to get from:

<div myid="test">blah</div>
<table>
  <tr>
    <td>test</td>
    <td myid="test2">blah2</td>
  </tr>
</table>

this:

<div>{test}</div>
<table>
  <tr>
    <td>test</td>
    <td>{test2}</td>
  </tr>
</table>

How can achieve this?

Thx in advance.

Miller

-- 
Highspeed-Freiheit. Bei GMX superg|nstig, z.B. GMX DSL_Cityflat,
DSL-Flatrate f|r nur 4,99 Euro/Monat*  http://www.gmx.net/de/go/dsl


Current Thread