RE: text() children

Subject: RE: text() children
From: "Pawson, David" <DPawson@xxxxxxxxxxx>
Date: Fri, 17 Dec 1999 13:27:35 -0000
>> <div class="frontage">Primary contributions by David Ornstein
>> (<a href="mailto:davido@xxxxxxxxxxxxx";>davido@xxxxxxxxxxxxx</a>) and
>> Kai Matthews with scientific review by Dr. Karl M. Johnson.
>> 
>> <p>This document provides answers to common questions about 
>Ebola. For
>> more information about Ebola, please visit <a href=
>> "http://www.outbreak.org";>http://www.outbreak.org</a>.</p>
>> </div>



>> <xsl:template match="div/text()[1]">
>>    <p><xsl:apply-templates/></p>
>>  </xsl:template>
>
>that <xsl:apply-templates/> always outputs _nothing_, because 
>text nodes
>have no children. I guess you meant to say -
>
><xsl:template match="div/text()[1]">
>  <p><xsl:value-of select="."/></p>
></xsl:template>


<double-duh/>
thanks Phil.
Mike's answer had me half way there.

Now lets see if we can get the output well formed.

regards, DaveP


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


Current Thread