xsl-list
[Top] [All Lists]

Re: [xsl] which is more effiecient and fast doc() or collection()

2008-06-26 07:20:06
The answer could easily be implementation dependent.

But as Andrew suggested, and example of what you are actually doing
will make it easier to answer.

2008/6/26 Mario Madunic <hajduk(_at_)imag(_dot_)net>:
Working on converting an XSD to SVG (will hopefully look like TURBOXML's 
lovely
view). I'm mainly using doc() with a regex to parse the various directories of
XSD files. Since the XSD is built modularly and each element in its own file 
(I
personally do not like reading XSDs or XSLTs (for that matter) in one large 
file
and have to scroll up and down to make sense of it all, but that is another
discussion) meaning there are a lot of files. So before I test it out and 
spend
time on switching from doc() to collection() I was hoping for some feedback.

Which is the better method? Which is faster or more efficient?

Marijan (Mario) Madunic

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



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