xsl-list
[Top] [All Lists]

Re: replace table by one code tag

2005-01-21 05:19:10

Try to define a "do-nothing" template for <code>

<xsl:template match = "code"/>

Thank you António
unfortunately, I need to keep <code(s)> outside <table>

Idealy :

 <code><code(s)>A</code(s)></code>
 <table bgcolor="blue">
 <tr>
  <td>
   <code>
    a
    <code>b</code>
    <p>hello</p>
   </code>
   c
 </...>

 must return
<code>A</code>
<code>a b<p>hello</p></code>

--~------------------------------------------------------------------
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>