xsl-list
[Top] [All Lists]

Problem with nested Stuff

2005-11-14 12:20:37
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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