xsl-list
[Top] [All Lists]

[xsl] Flatten a node set into a single string

2018-12-07 08:16:31
Hi All,

I have this as my content:

<title><?FM MARKER [Cross-Ref] _bookmark3120?>
1914<?FM MARKER [Cross-Ref] _bookmark3121?>
 -1918 <?FM MARKER [Cross-Ref] _bookmark3123?>
- World W<?FM MARKER [Cross-Ref] _bookmark3122?>
ar One</title>

When I get this using xpath 

title/text()

I get a sequence of text nodes. What I really want is a single string:

1914-1918 - World War One

Do I need to loop through the text nodes and build up a single string? I am
using XSLT 2.0. Thank you very much.

Rick

Rick Quatro
Carmen Publishing Inc.
rick(_at_)frameexpert(_dot_)com
585-729-6746
www.frameexpert.com/store/

Save on energy at quatro.mystream.com

--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>