Subject: RE: Adding structure to text nodes
From: "Conal Tuohy" <conalt@xxxxxxxxxxxxxxx>
Date: Thu, 20 Mar 2003 20:12:43 +1200
|
Cams, you will need to use XSLT's string processing functions, no doubt in a
recursive template. XSLT has a number of string-processing functions,
contains(), substring-before(), translate(), etc. Using a recursive named
template you can work your way through each string piece by piece and do
whatever you like.
I suggest you first read the sections of the FAQ dealing with
string-handling:
http://www.dpawson.co.uk/xsl/sect2/StringReplace.html
http://www.dpawson.co.uk/xsl/sect2/N7240.html
http://www.dpawson.co.uk/xsl/sect2/replace.html
I think if you still need help you will probably need to clarify exactly
what your string-processing requirement is, e.g. no white space at the start
of a line, except if the previous line ... etc.
But it is entirely possible to do this kind of processing in XSLT, don't
worry. :-)
Con
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Dimitre Novatchev - Wed, 19 Mar 2003 14:45:43 -0500 (EST)
Conal Tuohy - Thu, 20 Mar 2003 03:07:45 -0500 (EST) <=
Cams Ismael - Thu, 20 Mar 2003 02:50:21 -0500 (EST)
Cams Ismael - Thu, 20 Mar 2003 03:02:45 -0500 (EST)
|
|