RE: CF in XSL, passing variables

2003-08-27 Thread Bryan F. Hogan
Message- From: Bruce Rojas-Rennke [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 5:25 PM To: CF-Talk Subject: RE: CF in XSL, passing variables Hello all, Just cracked it - using CF 5.0, MSxml 3.0, win2k server guess it can be done.. used an url variable addparameter method

Re: RE: CF in XSL, passing variables

2003-08-27 Thread ksuh
Subject: RE: CF in XSL, passing variables MSXML will only work on Windows. It is the same thing as There may be a few 3rd party tools that can help with this. Just keep in mind if you don't know already that MSXML is not part of the specification of XML and XSLT. It's just like the CFML

CF in XSL, passing variables

2003-08-27 Thread Flashlight Trotsky
oh well - I DID IT, see my post dated 08.26.2003 for some reason it didn't group with this lot.. used addParameter method with an url variable, CF 5.0 yet.. chao- Flashlight ~| Archives:

Re: RE: CF in XSL, passing variables

2003-08-27 Thread Bryan F. Hogan
:36 pm Subject: RE: CF in XSL, passing variables MSXML will only work on Windows. It is the same thing as There may be a few 3rd party tools that can help with this. Just keep in mind if you don't know already that MSXML is not part of the specification of XML and XSLT. It's just

RE: RE: CF in XSL, passing variables

2003-08-27 Thread Dave Watts
To witch part is Eh? in reference too? MSXML is just a parser for XML with MS add-ons. It is not part of the XML, XSLT specification. Well, of course not - no software from any vendor is part of a specification, but it's intended to implement the specification. As far as I can tell, MSXML 4

Re: CF in XSL, passing variables

2003-08-27 Thread Matt Liotta
The true irony here is that Apache Xalan has significantly more proprietary extensions to the XSLT specification than MSXML does. Matt Liotta President CEO Montara Software, Inc. http://www.MontaraSoftware.com (888) 408-0900 x901

RE: CF in XSL, passing variables

2003-08-27 Thread Bryan F. Hogan
Yep, :) -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 11:28 PM To: CF-Talk Subject: Re: CF in XSL, passing variables The true irony here is that Apache Xalan has significantly more proprietary extensions to the XSLT specification than

Re: RE: CF in XSL, passing variables

2003-08-27 Thread ksuh
Shh, it's open source and written in Java, therefore it must be good :) - Original Message - From: Bryan F. Hogan [EMAIL PROTECTED] Date: Wednesday, August 27, 2003 9:26 am Subject: RE: CF in XSL, passing variables Yep, :) -Original Message- From: Matt Liotta [EMAIL

RE: RE: CF in XSL, passing variables

2003-08-27 Thread Bryan F. Hogan
That is not always my opinion. ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 12:16 PM To: CF-Talk Subject: Re: RE: CF in XSL, passing variables Shh, it's open source and written in Java, therefore it must be good

CF in XSL, passing variables

2003-08-26 Thread Ciaran Archer
I think I know what you are trying to do, and it's simply not possible. You want to be able to access a variable like a URL variable in a HTML page from within your XSL page. There is a way to do this in Java's implementation of XSL, but not the flavour that Cold fusion have given us. I even

RE: CF in XSL, passing variables

2003-08-26 Thread Dan G. Switzer, II
Ciaran, I think I know what you are trying to do, and it's simply not possible. You want to be able to access a variable like a URL variable in a HTML page from within your XSL page. There is a way to do this in Java's implementation of XSL, but not the flavour that Cold fusion have given

CF in XSL, passing variables

2003-08-26 Thread Ciaran Archer
I think I know what you are trying to do, and it's simply not possible. You want to be able to access a variable like a URL variable in a HTML page from within your XSL page. There is a way to do this in Java's implementation of XSL, but not the flavour that Cold fusion have given us. I even

RE: CF in XSL, passing variables

2003-08-26 Thread Bruce Rojas-Rennke
Hey thanks for the post, Actually I'm wanting to generate HTML, not XML with my XSL transform. does that negate the below approach? thanks- Flashlight -Original Message- From: Ciaran Archer [mailto:[EMAIL PROTECTED] Sent: None To: CF-Talk Subject: CF in XSL, passing variables I

RE: CF in XSL, passing variables

2003-08-26 Thread Bryan F. Hogan
is xml.com, I remember seeing a solution to your problem awhile back but don't remember where I had seen it. -Original Message- From: Bruce Rojas-Rennke [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 11:12 AM To: CF-Talk Subject: RE: CF in XSL, passing variables Hey thanks

Re: CF in XSL, passing variables

2003-08-26 Thread Massimo, Tiziana e Federica
Massimo's solution is a little more elegant since he uses the native Java parser to do the transformation. Thanks for the kind words Dan, let me say that your solution is a great example of lateral thinking. When I first saw your UDF I said Wow! That's a clever way to work around it. No

RE: CF in XSL, passing variables

2003-08-26 Thread Bruce Rojas-Rennke
-Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 2:00 PM To: CF-Talk Subject: RE: CF in XSL, passing variables Bruce it is not possible to pass a variable to your stylesheet with the current implementation of XSLT. I have seen posts on xml.com

CF in XSL, passing variables

2003-08-21 Thread Ciaran Archer
I think I know what you are trying to do, and it's simply not possible. You want to be able to access a variable like a URL variable in a HTML page from within your XSL page. There is a way to do this in Java's implementation of XSL, but not the flavour that Cold fusion have given us. I even

Re: CF in XSL, passing variables

2003-08-21 Thread Massimo Foti
I think I know what you are trying to do, and it's simply not possible. You want to be able to access a variable like a URL variable in a HTML page from within your XSL page. There is a way to do this in Java's implementation of XSL, but not the flavour that Cold fusion have given us. I even

RE: CF in XSL, passing variables

2003-08-21 Thread Bruce Rojas-Rennke
-Original Message- From: Massimo Foti [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 8:59 AM To: CF-Talk Subject: Re: CF in XSL, passing variables I think I know what you are trying to do, and it's simply not possible. You want to be able to access a variable like a URL variable

RE: CF in XSL, passing variables

2003-08-21 Thread Bruce Rojas-Rennke
, August 21, 2003 2:56 AM To: CF-Talk Subject: CF in XSL, passing variables I think I know what you are trying to do, and it's simply not possible. You want to be able to access a variable like a URL variable in a HTML page from within your XSL page. There is a way to do this in Java's implementation

Re: CF in XSL, passing variables

2003-08-21 Thread Massimo Foti
Oh my, this looks promising, - am I ok running this under CF 5.0 w/ msxml, win2k server w/iis? No, it use the JAXP API, I guess you could make it run with CF 5 and JRE 1.3 or 1.4, but it's designed for CF MX and the code use cffunction (it may be convereted in cfscript) I can use a dif xml

CF in XSL, passing variables

2003-08-20 Thread Bruce Rojas-Rennke
Hello all, I am trying to pass an url variable from one xsl page to another and USE it. How could I... a.) invoke the url-variable in xsl.. OR b.) output Cold Fusion in the XSL page, like.. cfoutput#url.item#/cfoutput this has gotten me NO replies in various XSL forums, gawd - can't you pass

Re: CF in XSL, passing variables

2003-08-20 Thread jonhall
What do you mean by xsl page? Neither XSLT nor XSL-FO in and of themselves have any concept of a url variable... -- mailto:[EMAIL PROTECTED] Wednesday, August 20, 2003, 7:44:15 PM, you wrote: BRR Hello all, BRR I am trying to pass an url variable from one xsl page to another and USE it. BRR