On 10/12/06, mus47@xxxxxxxx <mus47@xxxxxxxx> wrote:
<?xml version="1.0" encoding="iso-8859-1"?>
<doc>
<body>
<p>
<bold>this is a simple text in <italic>english</italic></bold>
<bold>this is a simple text in <italic>french</italic></bold>
</p>
</body>
</doc>
What I have using the following XSLT code is:
(
this is a simple text in english
this is a simple text in french
)
What I want now is how to have every word i a line:
this
is
a
simple
...
english
this
is
a
....
french
translate(., ' ', '
')
| Current Thread |
- Re: text extraction, (continued)
- mus47 - 12 Oct 2006 14:20:48 -0000
- mus47 - 12 Oct 2006 15:00:13 -0000
- Andrew Welch - 12 Oct 2006 15:17:41 -0000 <=
- mus47 - 12 Oct 2006 15:04:29 -0000
|
|