-- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd)
--- Begin Message ---On Thu, 2005-06-09 at 19:19 -0700, Diwaker Gupta wrote: > > I learned from this that > > select="document('http://xobjex.com/service/date.xsl')/date" > > is a dangerous thing to do in contracts. > > Its a simple script -- Forrest can host it on its own website. >:) It is not about the script. It is about that view helper should not directly contact business services. Business services should be contacted by business helper. It can be seen in the dispatcher view pattern that the view controller dispatches to business/view helper classes. A view helper should *only* transform the presentation model of the view and not resolving it. We need a clear separation for that. > But even that is not required -- I had supplied a simple Python script > that generates this document. All we need is to run this python script > _at the beginning_ of the build and generate the XML document, and > then keep reusing this XML document in all future calls in the build. > I like more the other suggestion you made later on (in another thread). ;-) salu2 -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd)
--- End Message ---
