Re: Info About XSL Processor in Frame 7.2?

2006-03-21 Thread Alan Houser
To the best of my knowledge, FrameMaker's XSL processor is Xalan-C (http://xml.apache.org/xalan-c/). It looks like replace is a Saxon extension function. I usually do something like the following to get the result you want without using extension functions: xsl:variable name=basename

Re: Info About XSL Processor in Frame 7.2?

2006-03-21 Thread Scott Prentice
Hi Don... Based on viewing the properties of a couple DLLs in the root FM directory(Xalan-C_1_8.dll and xerces-c_2_5_0.dll), I've assumed that the XSLT processor is Xalan-C++ Version 1.8.0 (XSLT 1.0 compliant) and the XML parser is Xerces-C Version 2.5.0 (XML 1.0 compliant). You should be

Info About XSL Processor in Frame 7.2?

2006-03-21 Thread Donald M Rinderknecht
Hi, I'm trying to incorporate my XSL template into one of my Frame Applications (in 7.2), but I'm getting a processor error that I didn't get with Saxon. Is there information about the XSL processor in Frame 7.2 available? In the case of my application, it is choking on a 'replace' command:

Re: Info About XSL Processor in Frame 7.2?

2006-03-21 Thread Donald M Rinderknecht
Thank you all for your assistance. Again, Framers proves useful in record time! Don. Don Rinderknecht -- KD5MVV Meteorologist Instructor/Developer ~ Warning Decision Training Branch [EMAIL PROTECTED] ~ http://wdtb.noaa.gov Donald M Rinderknecht wrote: Hi, I'm trying to incorporate my XSL

Re: Info About XSL Processor in Frame 7.2?

2006-03-21 Thread Rick Quatro
Hi Don, It is an XSLT 1.0 processor; I think it is based on xalan. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com Hi, I'm trying to incorporate my XSL template into one of my Frame Applications (in 7.2), but I'm getting a processor error that I didn't get with Saxon. Is

Info About XSL Processor in Frame 7.2?

2006-03-21 Thread Donald M Rinderknecht
Hi, I'm trying to incorporate my XSL template into one of my Frame Applications (in 7.2), but I'm getting a processor error that I didn't get with Saxon. Is there information about the XSL processor in Frame 7.2 available? In the case of my application, it is choking on a 'replace' command:

Info About XSL Processor in Frame 7.2?

2006-03-21 Thread Rick Quatro
Hi Don, It is an XSLT 1.0 processor; I think it is based on xalan. Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com > Hi, > > I'm trying to incorporate my XSL template into one of my Frame > Applications (in 7.2), but I'm getting a processor error that I didn't > get with

Info About XSL Processor in Frame 7.2?

2006-03-21 Thread Alan Houser
To the best of my knowledge, FrameMaker's XSL processor is Xalan-C (http://xml.apache.org/xalan-c/). It looks like "replace" is a Saxon extension function. I usually do something like the following to get the result you want without using extension functions: Unfortunately, this approach

Info About XSL Processor in Frame 7.2?

2006-03-21 Thread Scott Prentice
Hi Don... Based on viewing the properties of a couple DLLs in the root FM directory(Xalan-C_1_8.dll and xerces-c_2_5_0.dll), I've assumed that the XSLT processor is "Xalan-C++ Version 1.8.0" (XSLT 1.0 compliant) and the XML parser is "Xerces-C Version 2.5.0" (XML 1.0 compliant). You should be

Info About XSL Processor in Frame 7.2?

2006-03-21 Thread Donald M Rinderknecht
Thank you all for your assistance. Again, Framers proves useful in record time! Don. Don Rinderknecht -- KD5MVV Meteorologist Instructor/Developer ~ Warning Decision Training Branch Donald.M.Rinderknecht at noaa.gov ~ http://wdtb.noaa.gov Donald M Rinderknecht wrote: > Hi, > > I'm trying to