Subject: xsl:with-param select="X" does X mean all children too?
From: "Robert Nicholson" <robert@xxxxxxxxxxxx>
Date: Fri, 20 Apr 2001 20:56:47 -0700
|
if I'm passing just "note" why does the <b> get stripped out? How can I
specify the <b> also?
<notes>
<note>
<b>Please note that I am a British and Australian citizen who is a green
card holder as of 12th May, 1999.</b>Also, email is my preferred method of
correspondence. </note>
<xsl:call-template name="separated-list">
<xsl:with-param name="nodes" select="note"/>
<xsl:with-param name="separator">
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|