xsl-list
[Top] [All Lists]

RE: Getting the text node

2005-10-13 13:56:34
One way to do that is to write templates such as these:

<xsl:template match="b">
  <bold><xsl:apply-templates/></bold>
</xsl:template>

<xsl:template match="it">
  <ital><xsl:apply-templates/></ital>
</xsl:template>

I've followed the rest of this thread only loosly, so you may have to 
adapt this approach to fit the other things you are already doing in the b 
and it templates.

Jay Bryant
Bryant Communication Services
(presently consulting at Synergistic Solution Technologies)





aaron apigo <aaronjose_apigo2001(_at_)yahoo(_dot_)com> 
10/13/2005 03:45 PM
Please respond to
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com


To
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
cc

Subject
RE: [xsl] Getting the text node






hi,

(b) you want to copy elements (such as the bold
element) as well as text nodes, and

what if i want to change the nodes <b>text here</b>
and <it>ital</it> to <bold>text here</bold> and
<ital>ital</ital>.

regards,
aaron





 
 
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

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




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