Hi All, I have a small question, Can I use the "document" tag for fragmenting a single XML document into multiple documents? I have used this for including a XML document in a XSLT already and I have read in one of the books that it can be used for getting multiple documents also.Although this comes in XSLT 1.1 specs, but then XALAN implements many features that are supposedly part of 1.1 specs.
Regards, Ankur -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2001 3:45 AM To: [EMAIL PROTECTED] Subject: Re: xalan is very slow, why? Hard to say without seeing your stylesheets and documents. If your stylesheet is repeatedly walking through more of the document than is really necessary, performance will suffer. It's often possible to recode the stylesheet to improve performance. (We hope to add a stylesheet optimizer to the system at some point, but currently it's the user's responsibility to write efficient XSLT.)
