xsl-list
[Top] [All Lists]

RE: [xsl] Novice Question - matching entire text children

2010-12-20 14:56:22

----> Wendell
As to the question at hand, I'm still not sure we know why your template 
matching "ELEM/text()" was matching more than once inside a given ELEM, 
whether because of something about your tree, or the presence of a 
comment or PI or other interference.

But I'm not sure you care any more: maybe your actual question has been 
asked and answered.

Cheers,
Wendell

------------

Some of both.   The generated XSLT is quite complicated (or atleast obtuse)
and my debugger wasn't giving me much help where the "\n   \n" was coming
from.
So I tossed in a 
           <xsl:strip-space elements="*"/>

And made some other changes which I've forgotten and now its not happening
anymore ...
So I guess I'm beyond it now :)

But the bit about PI's and comments breaking the text means I will still
need to revisit this.
Thinking possible of putting the XML through a pre-process to remove all
comments and PI's before running the XSLT ... 
Or maybe have to result to a PUSH mode and make the code generation trickier
...
Atleast now I think I know what the expected behaviour is.
Thanks everyone !




----------------------------------------
David A. Lee
dlee(_at_)calldei(_dot_)com
http://www.xmlsh.org



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

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