Re: [xsl] [XSL] extracting a verse

Subject: Re: [xsl] [XSL] extracting a verse
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 19 Dec 2002 15:59:22 -0500
At 2002-12-19 10:16 +0000, Jeni Tennison wrote:
Hi David,

> I missed the start of this thread but is d-o-e acceptable?

...

which you could use as either the source or result of the stylesheet
(or both) as desired. I don't know if that's a worthwhile avenue to
pursue; it has the same disadvantage as d-o-e that there's no
guarantee of the well-formedness of the result.

The other problem with d-o-e= is that you only end up with element start and end tags in a serialized result, not in the result node tree.


If you have any process on the back end that works with the result node tree instead of the serialized syntax of the result node tree, that process won't see element nodes but only text nodes with that weird flag set.

Consider the "chaining" of XSLT processors where the result node tree of one process is the source node tree of the next: if you used d-o-e= to simulate elements, the following process wouldn't see elements, it would only see text.

Using d-o-e= for syntax construction will only work when you are creating physical syntax from the result tree.

I hope this helps.

................... Ken


-- Upcoming hands-on in-depth XSLT/XPath and/or XSL-FO: - North America: Feb 3 - Feb 7,2003

G. Ken Holman               mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.        http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0  +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                     Definitive XSLT and XPath
ISBN 0-13-140374-5                             Definitive XSL-FO
ISBN 1-894049-08-X Practical Transformation Using XSLT and XPath
ISBN 1-894049-10-1             Practical Formatting Using XSL-FO
Next conference training:                          2003-03-03,06


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



Current Thread