Re: [xsl] include html code from xml

Subject: Re: [xsl] include html code from xml
From: Greg Faron <gfaron@xxxxxxxxxxxxxxxxxx>
Date: Thu, 09 May 2002 11:32:07 -0600
So, you want the entire contents of the first <a>here</a> tag, but only the contents after the contained <br /> tag of the second <a>...<br />here</a> tag. Is there some formal way that you could describe what makes this distinction. Do you always want the last line of the contents? Does it alternate with relation to other <a>...</a> tags in the source? Was it a typo and you actually want all the contents? Depending on what the criteria is, the template will change.

Greg

At 11:15 AM 5/9/2002, you wrote:
<a href= "http://www.polito.it"; class="norm" target="_top">Politecnico di Torino</a>
<br /><a href= "http://www.polito.it/dipartim/autoinfo/itindex.html"; class="norm" target="_top">
Dipartimento di Automatica e Informatica</a><br />Corso Duca degli Abruzzi 24 <br />


My output has to be:
Politecnico di Torino
Corso Duca degli Abruzzi 24

instead i obtain :
<a....... <br/>

Can you give me a schematic example of a stylesheet that could do this using <xsl:call-template ...> ?
Thanks



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



Current Thread