xsl-list
[Top] [All Lists]

Re: inserting an element (was: Up-conversion using XSLT 1.0)

2005-10-23 12:45:01
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>
--~--



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