xsl-list
[Top] [All Lists]

Re: Advice for splitting text

2003-10-21 12:06:06

"Karl J. Stubsjoen" <karl(_at_)azprogolf(_dot_)com> wrote in message
news:000901c397fe$c5b22660$1fd96844(_at_)kstubsjoen(_dot_)(_dot_)(_dot_)
Hello,
You know how in a news column online a lot of times you'll read a
paragraph
of the article and then there will be a link for "Read More", and you'll
either follow an anchor on the same page to the rest of the article or
jump
to a new page all together.  So what I'd like to do is provide a text
object
embedded in the article which signifies that the more link should be place
here.  See "[BREAKARTICLE]" in this example:

Why not use a true xml element -- e.g. <formatting:breakArticle/> ?

Then the two text nodes already exist and do not need to be "split". When
formatting:breakArticle is the current node they will be selected like this:

      ../text()[1]

and

    ../text(2)

Of course, in the xml document there must be a namespace declaration binding
the "formatting" prefix. A prefix, bound to the same namespace-uri will be
convenient to use in the xslt code.


=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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