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

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--

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: 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: 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, MSXM

Re: RE: CF in XSL, passing variables

2003-08-27 Thread Bryan F. Hogan
ot;Bryan F. Hogan" <[EMAIL PROTECTED]> > Date: Tuesday, August 26, 2003 3: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

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: http://www.houseoffusion.com/lists.cfm?li

Re: RE: CF in XSL, passing variables

2003-08-27 Thread ksuh
August 26, 2003 3: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

RE: CF in XSL, passing variables

2003-08-26 Thread Bryan F. Hogan
sted. -Original 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 & ad

RE: CF in XSL, passing variables

2003-08-26 Thread Bruce Rojas-Rennke
- Flashlight -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 po

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 kidd

RE: CF in XSL, passing variables

2003-08-26 Thread Bryan F. Hogan
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 fo

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 variable

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 went

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 give

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 went

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 (it may be convereted in ) > I can use a dif xml processor if you

RE: CF in XSL, passing variables

2003-08-21 Thread Bruce Rojas-Rennke
Sent: Thursday, 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 t

RE: CF in XSL, passing variables

2003-08-21 Thread Bruce Rojas-Rennke
Bruno -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 U

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 e

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 went

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. BR

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.. #url.item# this has gotten me NO replies in various XSL forums, gawd - can't you pass a bloody variable