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: Improving performance for huge files with XSLT


 Don Bruey 

> If you don't have control over your XML data, perhaps you could find a
> utility to strip spaces first or do replace operations on 
> long tag names
> that will have better performance than the parser you're using. 

1. Is sax the right tool for this?
2. Has anyone created some such bit of java using sax?

Perhaps using a template
<description> ->  <dsc>
@pretty-attrbute ->""

Defaults to whitespace stripping etc. etc.

Regards DaveP
 


 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]