> CFMX looks like it uses J2SE Crimson XML Parser, haven't seen any references > to xerces. > Is there a ways to switch Crimson Parser to Xerces-J 2.4.0?
I guess CF use whatever parser is currently implemented by the JAXP API in the JRE. So far Sun has been using Crimson, but that could change in the future. I would suggest to look around for a quick overview on JAXP, you may start from here: http://java.sun.com/xml/jaxp/ > Basically... switch javax.xml.parsers.*; to org.apache.parsers.*;(think > thats the right package name) You can always install Xerces on your server and call it directly. I think there is also a way to let JAXP using Xerces, but I am not remembering well right now, sorry. ---------------------------- Massimo Foti Certified Dreamweaver MX Developer Certified Advanced ColdFusion MX Developer http://www.massimocorner.com/ ---------------------------- ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
