This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Cascading ( Or processing twice?) how to apply-templates to results


Paul Tchistopolskii wrote:
> 
> 2. Use XSLT-engine-specific-not-portable to-node-set()
> hack/typecast ( turn result tree fragment into node-set ).
...
> Or just use plain OS pipe ( 2 stylesheets e t.c. - could be
> even faster ;-)

Dang. I don't like the sound of 2. , so I guess I'll keep it in the
logic of my parsing application/environment. It's doing heaps of
meta-maniplulation already, so I guess one more tweak is no great loss.
I really wanted to find a compliant way to do it though...
Ah well.
 
What I'll do is have XSLa insert an <?xml-stylesheet href="XSLb.xsl" ?>
instruction in its output, and get the parser to scan for that before
pumping out its results.
That will be the least intrusive way of telling any other system (I test
on three platforms) what I'm up to.

Thanks.

.dan.


:=====================:====================:
: Dan Morrison        : The Web Limited    :
:  http://here.is/dan :  http://web.co.nz  :
:  dman@es.co.nz      :  danm@web.co.nz    :
:  04 384 1472        :  04 495 8250       :
:  025 207 1140       :                    :
:.....................:....................:
: If ignorance is bliss, why aren't more people happy?
:.........................................:


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]