Hi Ragulf,
Thanks for your answer. In general (for such problems) I've 3 possibilities:
1. Solve the problem with XSLT 1.0 client side (Browser). If this gets too
complicated (performance), then
2. I can use XSLT 2.0 on my side or
3. try a simpler approach with XSLT 1.0
It's difficult for me to judge if (1) is feasible or not (I began xslt
in July). If you
are saying (1) is difficult, I'll go for (2), as I've already a
stylesheet for (3).
Regards, Manfred
On 23/10/05, Ragulf Pickaxe <ragulf(_dot_)pickaxe(_at_)gmail(_dot_)com> wrote:
Hi Manfred,
I think that the reason that you have not had any responses to the
original post is in your problem.
As far as I remember, in your original post you mentioned that you had
a "minimal" XML input, meaning with minimum amount of structure. That
being the case, you have crippled yourself. There is nothing in the
structure that makes a solution easy, and I think you would be better
of with tools like regular expression engines or such for recognising
differences between text-2... and text-something-other-than-2.
Otherwise: a recursive solution with substring-before and
substring-after using (or is it for line-feed? I never can
remember), and another test on each line.
Your problem gets much worse if what you have sent is but a sample,
and you have to recognise much more different pieces of text.
Regards,
Ragulf Pickaxe :-)
On 10/23/05, Manfred Staudinger
<manfred(_dot_)staudinger(_at_)gmail(_dot_)com> wrote:
<Snip/>
...
The stylesheet for my unsuccessful attempt to achieve this may be
found in the Archive:
Subject: [xsl] Up-conversion using XSLT 1.0; Date: Mon, 17 Oct 2005
09:16:10 -0700
Any comments will be appreciated.
Regards, Manfred Staudinger, Vienna
--~------------------------------------------------------------------
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>
--~--