Subject: RE: text() children
From: "Pawson, David" <DPawson@xxxxxxxxxxx>
Date: Fri, 17 Dec 1999 14:58:31 -0000
|
Sorry Phil, Mike, I still can't get it.
<div>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 </p>
</div>
I want as output
<p>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>
<p>This document provides answers to common questions about Ebola. For
more information about Ebola </p>
The input tree is mixed pcdata and elements.
If I match on div I then need to pull all the text() children nodes,
(which will ignore the <a > content.)
If I match on div/text() I can only tag the 'bits' of text either side of
the
<a> element, not all of it.
(xpath tool shows it up great btw)
How can I 'gather' all the text yet still process the <a> element
within it?
regards, DaveP
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- text() children
- Pawson, David - Fri, 17 Dec 1999 09:21:45 -0000
- <Possible follow-ups>
- Kay Michael - Fri, 17 Dec 1999 10:55:53 -0000
- Pawson, David - Fri, 17 Dec 1999 13:27:35 -0000
- Pawson, David - Fri, 17 Dec 1999 14:58:31 -0000 <=
- Kay Michael - Fri, 17 Dec 1999 17:13:06 -0000
- Pawson, David - Mon, 20 Dec 1999 08:56:41 -0000
|
|