XMLTransform() Question

2006-03-30 Thread Rob Wilkerson
I'm doing some string replacement that is painful in XSLT 1.0, but easier in XSLT 2.0 and it got me wondering: 1. Is XSLT 2.0 official? From W3C, it appears to be a recommendation, but I'm never sure how to read these things. 2. If the answer to #1 is yes, does XMLTransform() support XSLT 2.0?

RE: XMLTransform() Question

2006-03-30 Thread Munson, Jacob
1. Is XSLT 2.0 official? From W3C, it appears to be a recommendation, but I'm never sure how to read these things. I don't have an answer for your real question, but I'm pretty sure a W3C recommendation is their official standard. They call it a recommendation, because they can't force

Re: XMLTransform() Question

2006-03-30 Thread Jon Gunnip
Rob, I believe CF 7 uses xalan 2.5.1 to do its XSLT processing. The current version of xalan is 2.7.0 (http://xml.apache.org/xalan-j/) but it still only supports XSLT 1.0. There might be another XSLT transformer that supports 2.0 and that you could use in your CF app, but I'm not sure of which