Re: [xsl] Handling Mixed Child Elements and Text() Nodes

Subject: Re: [xsl] Handling Mixed Child Elements and Text() Nodes
From: Brook Ellingwood <brook@xxxxxxxxxxx>
Date: Wed, 01 Oct 2003 21:46:47 -0700
One further observation on the processor differences in this operation
(without reposting all the code). You are getting

<div class="body_subhead">Linked Text</div>

from Saxon, but I'm getting

<div class="body">Linked Text</div>

from MSXML3. Easy enough to find a workaround, but I thought I'd point it
out. If MSXML3 behaved the way I expected it to, I probably would have
gotten this worked out on my own two days ago.

Thanks again.

-- Brook


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


Current Thread