xsl-list
[Top] [All Lists]

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

2008-02-17 06:57:24
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.

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. Whether you regard recursion as easy to implement
seems to be a matter where opinions (and skills) vary greatly.

Michael Kay
http://www.saxonica.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>
--~--