| Subject: RE: [xsl] How does one go about extracting HTML anchors from an X ML file? From: "Liat Jacob" <jacob_liat@xxxxxxxxxxx> Date: Mon, 17 Sep 2001 20:13:35 +0000 | 
<article>
  <summary>
     <p>blah blah blah blah blah blah
        blah <href link='www.yahoo.com'> some link text here</href>blah
	 blah blah <a mailto="jacob_liat@xxxxxxxxxxx>some text here</a>
	 blah blah.</p>
     <p>second paragraph with additional anchors embedded
        throughout the paragraph text.</p>
  </summary>
</article>Thanks, Liat
From: "Hewko, Doug" <Doug.Hewko@xxxxxxxxxxxxxxx>
To: "'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
CC: "'jacob_liat@xxxxxxxxxxx'" <jacob_liat@xxxxxxxxxxx>
Subject: RE: [xsl] How does one go about extracting HTML anchors from an X ML file?
Date: Mon, 17 Sep 2001 15:25:10 -0400
try: <xsl:template name="href"> <xsl:param name="word"/> <a> <xsl:attribute name="href"> <xsl:value-of select="$word"/> </xsl:attribute> </a> </xsl:template>
and
<xsl:template name="a"> <xsl:param name="addr"/> <a> <xsl:attribute name="href"> <xsl:value-of select="$addr"/> </xsl:attribute> </a> </xsl:template>>
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Producing netscape naviga, B. Tommie Usdin | Thread | RE: [xsl] How does one go about ext, Swen Thuemmler | 
| Re: [xsl] Producing netscape naviga, B. Tommie Usdin | Date | Re: [xsl] How does one go about ext, Jörg Heinicke | 
| Month |