xsl-list
[Top] [All Lists]

Re: [xsl] Processing mixed content. [Was: Parsing complex line (mixed text and markup)]

2008-02-17 07:28:53
On 17/02/2008, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
I would think, this solution is more general,

Well, I said there were two approaches, turning the text into elements or
turning the elements into text. I chose the first, you chose the second.
Personally, I find using magic strings like @xyxy rather inelegant.
Agreed (it's a sister of <comma/>, so to speak).

Certainly it's easy to implement in XSLT 1.0.

Your solution uses tokenize(). I think either approach will require explicit
recursion in XSLT 1.0.
This clarifies it, thanks.

Manfred

--~------------------------------------------------------------------
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>
--~--