From: Alex B. <en...@tu...> - 2001-05-17 18:34:45
|
> This was "exactly" my problem, I got the hang of it at least on a > fundamental level but I could never get it to layout the page the way I > wanted, here's another question for anyone who knows? I have tons of > Javascript in some of my pages, some that sets layer text, and other bells > and whistle effects, how do you implement that in XSLT? You don't necessarily, though you can. write a template, and call it by name. It's just another normal bit of presentation. As far as XSL is concerned, the contents of < script > is just cdata. > I know you can, its just how many months am I gonna need to learn it? With good references, I was able to pick up enough to build a complex page in one day. it is _all_about_ the quality of your reference material, but it is certainly possible. as soon as you understand the aproach xslt takes, the syntax makes fairly good sense, and the processing model is logical. have a look at the (ehrm) xslt that actualy works, that I attached earlier. -alex |