Re: CFMX XML/XSLT questions....

2005-05-24 Thread Massimo, Tiziana e Federica
> Also, with CF 7, you can pass parameters to XMLParse(), so if you want > to separate your data from your display logic, you can put your data > in the XML and pass the display options to XMLParse() at runtime. If you would like to perform XSLT transformation with parameters you can check this UD

Re: CFMX XML/XSLT questions....

2005-05-24 Thread Jon Gunnip
xPath expressions to pull > out whatever you need. > > If the xml data doesnt change that often, you could cache the parsed xml > doc. > > Joe Eugene > > - Original Message - > From: "Jeff Waris" <[EMAIL PROTECTED]> > To: "CF-Tal

Re: CFMX XML/XSLT questions....

2005-05-19 Thread Joe Eugene
: "Jeff Waris" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, May 19, 2005 11:54 AM Subject: CFMX XML/XSLT questions > What I am doing is not earth shattering by any means but I am looking for > the most efficient way to do it. The XML is generated on the fl

CFMX XML/XSLT questions....

2005-05-19 Thread Jeff Waris
What I am doing is not earth shattering by any means but I am looking for the most efficient way to do it. The XML is generated on the fly and about the only options I have is the date range I give to create the file. I would like to be able to sort, filter and display it back to the user based o