Re: how to get latest XALAN & libs under CF 8

2009-01-01 Thread sam Detweiler
> I need to use XSLT to transform one XML doc into another. because of > the size of the document, I cannot use the recursive parsing > techniques due to out of stack. So I want to use tokenize() and then > I can use for-each.. > > but when I copy the latest xalan, xerces, xml-apis jars into

how to get latest XALAN & libs under CF 8

2008-12-29 Thread sam Detweiler
I need to use XSLT to transform one XML doc into another. because of the size of the document, I cannot use the recursive parsing techniques due to out of stack. So I want to use tokenize() and then I can use for-each.. but when I copy the latest xalan, xerces, xml-apis jars into lib, CF will