> 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 not start anymore due to an IllegalAccess error.  what did I 
> miss? Thanks
> 
> sam
> 
the illegalaccessError was fromt he xercesimpl.jar in the flex/jars directory.

but.. the root problem was a missing namespace entry for the xalan functions on 
the stylesheet statement  (xmlns:xalan="http://xml.apache.org/xalan";)

sam 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317323
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to